-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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
[SPARK-23311][SQL][TEST]add FilterFunction test case for test CombineTypedFilters #20482
Conversation
424bdc3
to
f45ef79
Compare
@cloud-fan @gatorsmile Can you help me to review it. thanks. |
ok to test |
Test build #86964 has finished for PR 20482 at commit
|
f45ef79
to
6042523
Compare
retest this please |
Test build #87021 has finished for PR 20482 at commit
|
Test build #87023 has finished for PR 20482 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.
LGTM
Thanks! Merged to master/2.3 |
…eTypedFilters ## What changes were proposed in this pull request? In the current test case for CombineTypedFilters, we lack the test of FilterFunction, so let's add it. In addition, in TypedFilterOptimizationSuite's existing test cases, Let's extract a common LocalRelation. ## How was this patch tested? add new test cases. Author: caoxuewen <[email protected]> Closes #20482 from heary-cao/TypedFilterOptimizationSuite. (cherry picked from commit 63b49fa) Signed-off-by: gatorsmile <[email protected]>
What changes were proposed in this pull request?
In the current test case for CombineTypedFilters, we lack the test of FilterFunction, so let's add it.
In addition, in TypedFilterOptimizationSuite's existing test cases, Let's extract a common LocalRelation.
How was this patch tested?
add new test cases.