pyarrow RuntimeError: AppendRowGroups requires equal schemas
#3121
Open
Description
Version of Awkward Array
2.6.4 (master branch)
pyarrow.version '11.0.0'
pandas.version '2.0.3'
Description and code to reproduce
I do not see the error in CI, so I assume there must be a conflict in my environment, because when I run:
% python -m pytest tests/test_2898_to_parquet_dataset.py
I get a RuntimeError: AppendRowGroups requires equal schemas
.
Indeed, my installed version of pyarrow
is 11.0.0
, while the CI installs 16.1.0
. Should we set a minimum required version?