Closed masonproffitt closed 2 years ago
This issue seems to already be handled properly in to_parquet()
:
It seems like most of this could be put into to_arrow_table
and then to_parquet
could just call to_arrow_table
to get the table to write?
PartitionedArrays are being dropped in v2, in favor of Daskified Awkward Array.
Version of Awkward Array
1.5.0
Description and code to reproduce
703 fixed
ak.to_arrow()
forPartitionedArray
, but notak.to_arrow_table()
. For example, this part works fine:But this doesn't work when going to a table: