-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Regression in make_block_same_class (tests failing for new fastparquet release) #19431
Comments
no this was working before |
From a quick look, I think this is a regression in the changes to
|
Fastparquet fixed their tz handling for released pandas (it is working for that), we changed how |
looking at the same issue here. #19265 seems to have caused side-effects for fastparquet to fail in Travis CI. I've tried to restore **kwargs in Block class so it no longer raises TypeError, but https://github.com/pandas-dev/pandas/blob/master/pandas/tests/io/test_parquet.py still breaks for an assertion error. |
It might be that the test needs to be updated independent from the bocks fix. As before fastparquet didn't handle tz columns, which was asserted in the tests I think. The latest release now handles them correctly. |
yes, I wonder why the test looks weird. will fix update the test now that fastparquet handles timezones. |
@mdurant you cannot use |
this is the correct usage.
|
@jreback , there are three calls to In fact, I believe that the |
you can just use |
I don't know how to call
|
you can pass the |
Travis is red for master at the moment due to some changes we did in the internals (#19265)
Issue on fastparquet is here: dask/fastparquet#297
The text was updated successfully, but these errors were encountered: