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

Support parquet compression/encoding configurations #21

Open
syucream opened this issue Apr 25, 2020 · 3 comments
Open

Support parquet compression/encoding configurations #21

syucream opened this issue Apr 25, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@syucream
Copy link
Contributor

Parquet has various configuration to tune encoded data.

e.g.) compression codec, like snappy, page size, dictionary encoding, ...
https://parquet.apache.org/documentation/latest/
https://github.com/apache/parquet-format/blob/master/Encodings.md

@syucream syucream added the enhancement New feature or request label Apr 25, 2020
@syucream
Copy link
Contributor Author

file-wide configuration

  • Row group size
  • Data page size
  • compression codec

column-wide configuration

  • encoding

@syucream
Copy link
Contributor Author

A patch for file-wide config. In there, it doesn't consider column-wide's.
#23

@syucream
Copy link
Contributor Author

Remaining tasks:

  • Support a way to pass configs via environment variables
  • Support encoding configs

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

No branches or pull requests

1 participant