You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: