-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-21164] [SQL] Remove isTableSample from Sample and isGenerated from Alias and AttributeReference #18379
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 #78399 has finished for PR 18379 at commit
|
|
Shouldn't we remove all the |
|
@hvanhovell Yes! Let me remove them in this PR too. : ) |
|
Test build #78402 has finished for PR 18379 at commit
|
|
LGTM - pending jenkins. |
|
Test build #78535 has finished for PR 18379 at commit
|
|
Test build #78536 has finished for PR 18379 at commit
|
|
Thanks! Merging to master. |
…rom Alias and AttributeReference ## What changes were proposed in this pull request? `isTableSample` and `isGenerated ` were introduced for SQL Generation respectively by apache#11148 and apache#11050 Since SQL Generation is removed, we do not need to keep `isTableSample`. ## How was this patch tested? The existing test cases Author: Xiao Li <[email protected]> Closes apache#18379 from gatorsmile/CleanSample.
What changes were proposed in this pull request?
isTableSampleandisGeneratedwere introduced for SQL Generation respectively by #11148 and #11050Since SQL Generation is removed, we do not need to keep
isTableSample.How was this patch tested?
The existing test cases