-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[Data] Fix Parquet partition filter bug #40947
[Data] Fix Parquet partition filter bug #40947
Conversation
Probably need advice on where to add unit test. |
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.
Thanks!! Could you add tests totest_parquet
?
22c9572
to
5b3f422
Compare
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.
Thanks! Let's merge once premerge passes
@wingkitlee0 looks premerge is failing because |
7ee1e43
to
e54620c
Compare
@bveeramani I will take a deeper look later because pyarrow dataset api looks different in version 6.x |
0ae84bd
to
4ecad73
Compare
To recap, one of the bugs is about the failure to detect partitioning when using one file or a list of one file (after filtering). In recent Maybe this test should simply be skipped for pyarrow 6 |
@wingkitlee0 okay, sounds good. Could we |
cd7fbe4
to
95b285a
Compare
Co-authored-by: Balaji Veeramani <bveeramani@berkeley.edu> Signed-off-by: Kit Lee <wklee4993@gmail.com>
95b285a
to
574fed9
Compare
@bveeramani Done. Thanks |
This PR fixes some edge cases described in ray-project#40945 and ray-project#40946 Signed-off-by: Kit Lee <wklee4993@gmail.com> Co-authored-by: Balaji Veeramani <bveeramani@berkeley.edu>
Why are these changes needed?
This PR fixes some edge cases described in #40945 and #40946
Related issue number
Closes #40945 and #40946
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.