-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST/DOC: test pyarrow tz data + doc / enable cross compat tests for pyarrow/fastparquet #18662
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
TST/DOC: test pyarrow tz data + doc / enable cross compat tests for pyarrow/fastparquet #18662
Conversation
+ clean-up basic data types tests: make common dataframe with types supported by both pyarrow and fastparquet
…subset of dataframe
Hello @jorisvandenbossche! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on December 08, 2017 at 08:47 Hours UTC |
221e0c1
to
55ce01c
Compare
Codecov Report
@@ Coverage Diff @@
## master #18662 +/- ##
==========================================
+ Coverage 91.57% 91.57% +<.01%
==========================================
Files 153 153
Lines 51210 51210
==========================================
+ Hits 46894 46895 +1
+ Misses 4316 4315 -1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #18662 +/- ##
==========================================
+ Coverage 91.57% 91.57% +<.01%
==========================================
Files 153 153
Lines 51210 51212 +2
==========================================
+ Hits 46894 46899 +5
+ Misses 4316 4313 -3
Continue to review full report at Codecov.
|
|
||
# additional supported types for pyarrow | ||
import pyarrow | ||
if LooseVersion(pyarrow.__version__) >= LooseVersion('0.7.0'): |
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.
can remove this after we change the dep (@dhirschfeld PR)
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.
yep. For the rest any comments?
The failure is the unreliable parallel_coordinates, so unrelated |
did this pass CI? on pyarrow 0.7.1, fp 0.1.3, on macosx
|
It did yes, but might be we don't have to good combination of versions on the CI to catch that |
So it seems we don't have pyarrow on Mac, so this will be skipping those tests. |
@jorisvandenbossche no wasn't on purpose, should add that. |
Can you also open an issue on the fastparquet tracker? |
yep |
Commits:
TST: add parquet test with tz datetime data for pyarrow
supported by both pyarrow and fastparquet
DOC: document differences between pyarrow and fastparquet in supported data types
TST: enable pyarrow/fastparquet cross compatibility tests on smaller subset of dataframe
Closes #17448
Also adds a test for #18628