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

Include column compression details in inspect output #25

Merged
merged 2 commits into from Jun 8, 2022

Conversation

mrdavidlaing
Copy link
Contributor

Adds column compression information to the inspect output.

eg:

$ parquet-tools inspect myfile.parquet

...snip...

############ Column(uuid) ############
name: uuid
path: uuid
max_definition_level: 1
max_repetition_level: 0
physical_type: BYTE_ARRAY
logical_type: String
converted_type (legacy): UTF8
compression: ZSTD (space_saved: 53%)

@ktrueda
Copy link
Owner

ktrueda commented Jun 4, 2022

Thank you for your PR. I love it.

Since CI on github action failed, you have to update UnitTest.
Would you update that?

@mrdavidlaing
Copy link
Contributor Author

Tests updated - although not quite sure how to trigger the CI.

Is that something you need to do manually?

@ktrueda
Copy link
Owner

ktrueda commented Jun 8, 2022

Thanks!!

I updated github action trigger.
It might work.

@ktrueda ktrueda merged commit b24f79d into ktrueda:master Jun 8, 2022
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.

None yet

2 participants