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
While we just bumped the default Parquet version we write from 2.4 to 2.6 (#35746), and this was bumped from 1.0 to 2.4 a year ago (#13280), in both cases we missed to update that default in the ParquetFileWriteOptions for writing with pyarrow.dataset.write_dataset
The text was updated successfully, but these errors were encountered:
…ion of 2.6 (#36538)
### Rationale for this change
When bumping the default Parquet write version from 1.0 to 2.4 and then to 2.6, we forgot to also bump that default in the parquet.dataset writer (`ParquetFileWriteOptions`).
This PR bumps that directly from 1.0 to 2.6 to follow the default of the pyarrow.parquet module.
### Are these changes tested?
Yes
### Are there any user-facing changes?
Different default version can give different types in the parquet file.
* Closes: #36537
Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
While we just bumped the default Parquet version we write from 2.4 to 2.6 (#35746), and this was bumped from 1.0 to 2.4 a year ago (#13280), in both cases we missed to update that default in the
ParquetFileWriteOptions
for writing withpyarrow.dataset.write_dataset
The text was updated successfully, but these errors were encountered: