-
Notifications
You must be signed in to change notification settings - Fork 29k
[PARK-6489][SQL] add column pruning for Generate #8268
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
Conversation
|
Test build #41101 has finished for PR 8268 at commit
|
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.
Can we also handle the join case when there is a project on top of the generate (i.e. push the project through the generate)?
|
Test build #41207 has finished for PR 8268 at commit
|
|
retest this please. |
|
Test build #41242 has finished for PR 8268 at commit
|
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.
Maybe we can also have a test for val input = LocalRelation('a.int, 'b.array(StringType)). Basically, we test turning join to false and then we add a project as the child of Generate.
|
LGTM. |
|
Thanks! Merging to master and 1.5 |
This PR takes over #5358 Author: Wenchen Fan <[email protected]> Closes #8268 from cloud-fan/6489. (cherry picked from commit b0dbaec) Signed-off-by: Michael Armbrust <[email protected]>
This PR takes over #5358