Skip to content

pyarrow RuntimeError: AppendRowGroups requires equal schemas #3121

Open
@ianna

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?

Metadata

Assignees

No one assigned

    Labels

    bug (unverified)The problem described would be a bug, but needs to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions