petastorm
petastorm copied to clipboard
Petastorm break with pyarrow 13.0 or newer. Stable version of pyarrow is at 16.0 now.
Several parts of pyarrow has changed and deprecated.
Running with 12.0 gives FutureWarnings of using objects that has deprecated since 5.0.0!
Here is such a warning. /python3.11/site-packages/petastorm/etl/dataset_metadata.py:288: FutureWarning: ParquetDatasetPiece is deprecated as of pyarrow 5.0.0 and will be removed in a future version
Are there any plans of updating?
I do not actively maintain the project. Would be happy to review a PR if you can put it up.
https://github.com/uber/petastorm/pull/754 this CR is a work-in-progress without implementing new dataset interface