You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This option is required for status to round-trip through Parquet.
The ak and dak versions of a function shouldn't have different defaults, since ak dispatches to dak, and this can make it appear to contradict its documentation.
The text was updated successfully, but these errors were encountered:
This option is required for status to round-trip through Parquet.
I was under the impression that we would be moving away from extension arrays and putting the required metadata into the global parquet k-v store instead. The original reason for False here was, that some combinations in the past caused hard crashes in arrow on read. We really don't want that! Perhaps it has all been fixed, but it still feels like the more complex option that people outside of HEP won't be wanting*.
* these is an argument we can have about who we expect to directly use ak dispatch versus dask-awkward versus akimbo or other avenues for reaching this code.
dask-awkward/src/dask_awkward/lib/io/parquet.py
Line 511 in ca257ca
ak
anddak
versions of a function shouldn't have different defaults, sinceak
dispatches todak
, and this can make it appear to contradict its documentation.The text was updated successfully, but these errors were encountered: