Skip to content
New issue

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

Parquet: Write multiple files in hierarchical layouts with _metadata and _common_metadata #958

Open
rcaudy opened this issue Aug 3, 2021 · 1 comment
Assignees
Labels
feature request New feature or request parquet Related to the Parquet integration
Milestone

Comments

@rcaudy
Copy link
Member

rcaudy commented Aug 3, 2021

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

@rcaudy rcaudy added feature request New feature or request parquet Related to the Parquet integration labels Aug 3, 2021
@rcaudy rcaudy added this to the Backlog milestone Aug 3, 2021
@rcaudy rcaudy self-assigned this Aug 3, 2021
@malhotrashivam
Copy link
Contributor

We should also add support for partitioned writing similar to pyarrow.parquet.write_to_dataset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request parquet Related to the Parquet integration
Projects
None yet
Development

No branches or pull requests

2 participants