-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-13086: [Python] Expose Parquet ArrowReaderProperties::coerce_int96_timestamp_unit_ #10575
Conversation
@isichei Can you take a look at the CI failures? |
@pitrou - will take a look over the next few days. Bit confused as I am seeing tests pass on my side that are failing on CI (for example the tests I added) 🤔 Will try to replicate the docker CI build on my machine and get back to you |
You migth have built Arrow/pyarrow without DATASET enabled? The failures are from |
I've gotten stuck on the dataset API and not sure what is missing:
### Next Steps If someone else doesn't have time to look at this in more detail. It might be beneficial for me to just make this PR expose the parameter to Let me know what you think. |
@isichei I will take a look |
I think the option needed to be added to |
@jorisvandenbossche thanks for the changes. I added a minor addition and test. The test might be a little redudent so happy to take out. I've noted the failing Pandas test will push a fix later this evening. |
OK, think tests are all now passing as far as I can tell and is ready to merge? My apologies to your CI/CD resources there... |
… being set on parquet read in. Have added failing test to demonstrate issue. Will add more details on PR.
…param. Also added a test but the test feels slightly redundant so happy to take out.
…mainly to act as additional documentation as to why / when you want to use this new parameter in the parquet reader.
a1e1ced
to
34898fd
Compare
@isichei I rebased this and did a small clean-up of the test (the reason Windows was failing was because of a wrong format string ( |
Thanks @jorisvandenbossche much appreciated! |
Thanks @isichei! |
Followup to PR #10575 Closes #10766 from pitrou/ARROW-13086-refactor Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Krisztián Szűcs <[email protected]>
No description provided.