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 file-wide configuration allows to tune I/O performance and file size #23

Merged
merged 1 commit into from
Apr 30, 2020

Conversation

syucream
Copy link
Contributor

#21

Support file-wide configurations to optimize file I/O and improve interoperability (especially compression codec)
It doesn't focus on column-level config, encoding because it requires more complicated config (how to select columns, what encoding regarding to column type)

@syucream
Copy link
Contributor Author

We can have these configuration via config file in JSON, YAML, ..., or environment variables as other options. Tell me if you have prefered one!

@naoty
Copy link

naoty commented Apr 30, 2020

Whichever file format we use, I think environment variables are required.

@syucream
Copy link
Contributor Author

Thanks for your quick reviews.

I think environment variables are required.

I left the task.
#21 (comment)

@syucream syucream merged commit 94b5a24 into master Apr 30, 2020
@syucream syucream deleted the file-wide-config branch April 30, 2020 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants