You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Sometimes I wonder what different settings (compression, row group size, page size, ...) do to a parquet file (in terms of size, number of row groups / pages, performance).
Describe the solution you'd like
Have a CLI that takes a parquet file and writes it again w/ different settings. The resulting file can then be inspected by our other CLI tools like parquet-layout.
Describe alternatives you've considered
Always require user code to perform these kind of experiments.
Additional context
-
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Sometimes I wonder what different settings (compression, row group size, page size, ...) do to a parquet file (in terms of size, number of row groups / pages, performance).
Describe the solution you'd like
Have a CLI that takes a parquet file and writes it again w/ different settings. The resulting file can then be inspected by our other CLI tools like
parquet-layout
.Describe alternatives you've considered
Always require user code to perform these kind of experiments.
Additional context
-
The text was updated successfully, but these errors were encountered: