Uh oh!
There was an error while loading. Please reload this page.
ARROW-13086: [Python] Expose Parquet ArrowReaderProperties::coerce_int96_timestamp_unit_ - #10575
ARROW-13086: [Python] Expose Parquet ArrowReaderProperties::coerce_int96_timestamp_unit_#10575isichei wants to merge 9 commits into
Conversation
pitrou
commented
Jun 23, 2021
@isichei Can you take a look at the CI failures? |
isichei
commented
Jun 24, 2021
@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 |
jorisvandenbossche
commented
Jun 24, 2021
You migth have built Arrow/pyarrow without DATASET enabled? The failures are from |
isichei
commented
Jun 29, 2021
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. |
jorisvandenbossche
commented
Jun 29, 2021
@isichei I will take a look |
jorisvandenbossche
commented
Jun 29, 2021
I think the option needed to be added to |
isichei
commented
Jun 30, 2021
@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. |
isichei
commented
Jul 2, 2021
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
34898fdComparejorisvandenbossche
commented
Jul 16, 2021
@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 ( |
isichei
commented
Jul 16, 2021
Thanks @jorisvandenbossche much appreciated! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
kszucs
commented
Jul 21, 2021
Thanks @isichei! |
Followup to PR #10575Closes#10766 from pitrou/ARROW-13086-refactor Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
No description provided.