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
Currently, our Parquet writing code writes tables to files on a 1:1 basis, with no built-in support for automatic hierarchical layouts or metadata files. We should offer Spark/Dask-style support for this: https://arrow.apache.org/docs/python/parquet.html#writing-metadata-and-common-medata-files
The text was updated successfully, but these errors were encountered:
We should also add support for partitioned writing similar to pyarrow.parquet.write_to_dataset.
Sorry, something went wrong.
rcaudy
No branches or pull requests
Currently, our Parquet writing code writes tables to files on a 1:1 basis, with no built-in support for automatic hierarchical layouts or metadata files.
We should offer Spark/Dask-style support for this:
https://arrow.apache.org/docs/python/parquet.html#writing-metadata-and-common-medata-files
The text was updated successfully, but these errors were encountered: