-
Notifications
You must be signed in to change notification settings - Fork 145
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
Add group by column stage #1699
Add group by column stage #1699
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there an issue# for this change? I would like to understand why it is being done.
The purpose of this stage is to ensure that the rest of the downstream stages in the pipeline get a unique message for each unique value in the column being grouped-by. The idea is that this would improve performance. In addition to this, if we know that each value in column 'A' has the same value, we can drop the column and store that value in the I opened issue #1709 for this, but unfortunately I didn't create an issue prior to working on this feature. |
LGTM, some minor suggestions. |
/merge |
test |
/merge |
Description
GroupByColumnStage
Closes [FEA]: Add a group by stage #1709
By Submitting this PR I confirm: