fix: anonymous vertex suppot for variable length pattern by goungoun · Pull Request #783 · graphframes/graphframes · GitHub
Skip to content

fix: anonymous vertex suppot for variable length pattern#783

Merged
SemyonSinchenko merged 1 commit intographframes:mainfrom
goungoun:main
Jan 27, 2026
Merged

fix: anonymous vertex suppot for variable length pattern#783
SemyonSinchenko merged 1 commit intographframes:mainfrom
goungoun:main

Conversation

@goungoun
Copy link
Copy Markdown
Contributor

@goungoun goungoun commented Jan 27, 2026

What changes were proposed in this pull request?

It aims to support anonymous vertex for variable length pattern

Why are the changes needed?

()-[e*1..3]->() fails.
()-[e*3]-() fails.
()-[e*3]->() returns results, but the intermediate vertices are still present not removed.

@goungoun goungoun changed the title [WIP] Anonymous vertex suppot for variable length pattern [WIP] fix: Anonymous vertex suppot for variable length pattern Jan 27, 2026
@goungoun goungoun changed the title [WIP] fix: Anonymous vertex suppot for variable length pattern [WIP] fix: anonymous vertex suppot for variable length pattern Jan 27, 2026
@goungoun goungoun changed the title [WIP] fix: anonymous vertex suppot for variable length pattern fix: anonymous vertex suppot for variable length pattern Jan 27, 2026
@goungoun goungoun marked this pull request as ready for review January 27, 2026 12:29
Copy link
Copy Markdown
Collaborator

@SemyonSinchenko SemyonSinchenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

~LGTM!

@SemyonSinchenko SemyonSinchenko merged commit ebd20f1 into graphframes:main Jan 27, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants