-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-23356][SQL][TEST] add new test cases for a + 1,a + b and Rand in SetOperationSuite #23138
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 #99249 has finished for PR 23138 at commit
|
8245fed to
ebe10e1
Compare
|
Test build #99253 has finished for PR 23138 at commit
|
|
retest this please |
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.
are addition to each side -> are pushed down
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.
the same here
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.
no pushdown for non-deterministic expression
ebe10e1 to
471d114
Compare
|
Test build #99260 has finished for PR 23138 at commit
|
|
Test build #99265 has finished for PR 23138 at commit
|
|
Test build #99261 has finished for PR 23138 at commit
|
|
retest this please |
|
Test build #99272 has finished for PR 23138 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.
expressions with number -> expressions with literal
471d114 to
5ef0035
Compare
|
Test build #99300 has finished for PR 23138 at commit
|
|
thanks, merging to master! |
|
@cloud-fan, @gatorsmile, @srowen thanks. |
…in SetOperationSuite ## What changes were proposed in this pull request? The purpose of this PR is supplement new test cases for a + 1,a + b and Rand in SetOperationSuite. It comes from the comment of closed PR:apache#20541, thanks. ## How was this patch tested? add new test cases Closes apache#23138 from heary-cao/UnionPushTestCases. Authored-by: caoxuewen <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
What changes were proposed in this pull request?
The purpose of this PR is supplement new test cases for a + 1,a + b and Rand in SetOperationSuite.
It comes from the comment of closed PR:#20541, thanks.
How was this patch tested?
add new test cases