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

Report on compression in describe output #75

Merged
merged 1 commit into from
Sep 24, 2023
Merged

Report on compression in describe output #75

merged 1 commit into from
Sep 24, 2023

Conversation

tschaub
Copy link
Member

@tschaub tschaub commented Sep 24, 2023

This adds information about the column compression in the describe output. For the --format json output, compression detail is provided on nested fields. For the non-JSON output, only the top level fields are described. And the compression is only reported based on columns in the first row group.

This also fixes an issue where Parquet to GeoParquet compression changes would only work when the input data was uncompressed.

Fixes #46.
Fixes #47.

@tschaub tschaub merged commit b1560ba into main Sep 24, 2023
2 checks passed
@tschaub tschaub deleted the compression branch September 24, 2023 21:22
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.

describe: report about compression method Convert: Compression toggle doesn't work?
1 participant