-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
CI prints Closing remaining open files:...test_hdf_empty_dataframe0/data.h5 #10204
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
Labels
needs triage
Needs a response from a contributor
Comments
I can reproduce with pure pandas with:
|
raised upstream as pandas-dev/pandas#52781 |
Thanks @graingert! Should we close this issue in favor of the upstream |
graingert
added a commit
to graingert/dask
that referenced
this issue
Apr 19, 2023
closes dask#10204 this is a performance optimization that also bypasses the pandas bug pandas-dev/pandas#52781
3 tasks
@jrbourbeau I have a performance enhancement that side-steps the pandas bug: #10205 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
example eg https://github.com/dask/dask/actions/runs/4727453904/jobs/8388080950#step:8:24759
prints:
Closing remaining open files:/tmp/pytest-of-runner/pytest-0/popen-gw0/test_hdf_empty_dataframe0/data.h5...done
we're using
with pd.HDFStore(...):
correctly so this could be a pandas or pytables bugThe text was updated successfully, but these errors were encountered: