mongodb-labs / mongo-arrow

MongoDB integrations for Apache Arrow. Export MongoDB documents to numpy array, parquet files, and pandas dataframes in one line of code.
https://mongo-arrow.readthedocs.io
Apache License 2.0
92 stars 14 forks source link

Bump Pyarrow supported to latest - 16.1 (May 14 2024) #217

Closed rxm7706 closed 3 months ago

rxm7706 commented 5 months ago

Current pin in version 1.4.0 is "pyarrow>=16.0,<16.1.0" https://github.com/mongodb-labs/mongo-arrow/blob/1.4.0/bindings/python/pyproject.toml Would it be possible to to support the latest version too - 16.1.0 https://pypi.org/project/pyarrow/ It prevents downgrading pyarrow to install mongo-arrow. Thank you and Regards.

blink1073 commented 5 months ago

Hi @rxm7706, we're tracking this in https://jira.mongodb.org/browse/ARROW-235. I made an attempt in to support it for 1.4.0 but ran into test failures.

rxm7706 commented 3 months ago

Resolved by supporting PyArrow 17 in latest build..