Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spark: use hashset in column level lineage instead of iterating through linkedlist #2584

Merged
merged 1 commit into from Apr 5, 2024

Conversation

mobuchowski
Copy link
Member

Original implementation used LinkedList which iteration performance is terrible. There's no real need to use list in that place - HashSet will be more performant collection.

…gh linkedlist

Signed-off-by: Maciej Obuchowski <obuchowski.maciej@gmail.com>
Copy link
Member

@harels harels left a comment

Choose a reason for hiding this comment

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

lgtm

@mobuchowski mobuchowski merged commit ccf2286 into main Apr 5, 2024
32 checks passed
@mobuchowski mobuchowski deleted the spark-cll-speedup branch April 5, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants