-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-38825][SQL][TEST] Add a test to cover parquet notIn filter #36109
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("in and notIn filters") { |
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.
Please add a test prefix, SPARK-38825: .
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 with the nit @dongjoon-hyun mentioned.
|
I have tested this manually. I will merge this without pending CI. |
### What changes were proposed in this pull request? Currently we don't have a test for parquet `notIn` filter, so add a test for this ### Why are the changes needed? to make tests more complete ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? new test Closes #36109 from huaxingao/inFilter. Authored-by: huaxingao <huaxin_gao@apple.com> Signed-off-by: huaxingao <huaxin_gao@apple.com> (cherry picked from commit d6fd040) Signed-off-by: huaxingao <huaxin_gao@apple.com>
|
Merged to master/3.3. Thank you all! |
Currently we don't have a test for parquet `notIn` filter, so add a test for this to make tests more complete no new test Closes apache#36109 from huaxingao/inFilter. Authored-by: huaxingao <huaxin_gao@apple.com> Signed-off-by: huaxingao <huaxin_gao@apple.com> (cherry picked from commit d6fd040) Signed-off-by: huaxingao <huaxin_gao@apple.com> (cherry picked from commit cf7e357)
What changes were proposed in this pull request?
Currently we don't have a test for parquet
notInfilter, so add a test for thisWhy are the changes needed?
to make tests more complete
Does this PR introduce any user-facing change?
no
How was this patch tested?
new test