We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#10882 implements the page size option for Parquet writer. This option needs to be exposed in the Python API as well.
The text was updated successfully, but these errors were encountered:
Control Parquet page size through Python API (#11454)
0c4b319
Closes #10988 Exposes page_size_rows and page_size_bytes properties of the Parquet writer. Authors: - Ed Seidl (https://github.com/etseidl) Approvers: - Bradley Dice (https://github.com/bdice) - GALI PREM SAGAR (https://github.com/galipremsagar) URL: #11454
Successfully merging a pull request may close this issue.
#10882 implements the page size option for Parquet writer. This option needs to be exposed in the Python API as well.
The text was updated successfully, but these errors were encountered: