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
# Description
I build on top of the branch of @wjones127#1602. In pyarrow v13+ the
ParquetWriter by default uses the `compliant_nested_types = True` (see
related PR: https://github.com/apache/arrow/pull/35146/files)and the
docs:
https://arrow.apache.org/docs/python/generated/pyarrow.parquet.ParquetWriter.html).
In arrow/parquet-rs it fails when it compares schemas because it
expected the old non-compliant ones. For now we can have pyarrow 13+
supported by disabling it or updating the file options provided by a
user.
# Related Issue(s)
<!---
For example:
- closes#106
--->
- Closes#1744
# Documentation
<!---
Share links to useful documentation
--->
---------
Co-authored-by: Will Jones <willjones127@gmail.com>
Co-authored-by: R. Tyler Croy <rtyler@brokenco.de>
Description
As it say's in the title.
delta-rs/python/pyproject.toml
Line 20 in 1691030
xref: #1743
The text was updated successfully, but these errors were encountered: