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

[SYSTEMDS-3652] Adding support for removing duplicate rows to the unique() builtin function #1949

Merged
merged 3 commits into from
Dec 5, 2023

Conversation

BACtaki
Copy link
Contributor

@BACtaki BACtaki commented Nov 26, 2023

This patch adds support for removing duplicate rows to the unique() builtin function. Currently, only CP is supported- support for SPARK will be added in a subsequent patch. Furthermore, we we will explore possible optimizations of the naive implementation using bitmaps in a subsequent patch.

…que() builtin function

This patch adds support for removing duplicate rows to the unique() builtin function. Currently, only CP is supported- support for SPARK will be added in a subsequent patch. Furthermore, we we will explore possible optimizations of the naive implementation using bitmaps in a subsequent patch.
@BACtaki BACtaki merged commit 5e132c0 into apache:main Dec 5, 2023
36 of 37 checks passed
@BACtaki BACtaki deleted the builtins/unique/row branch December 5, 2023 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant