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

Retry decompressing with LZ4_RAW if LZ4 fails #4480

Closed
wants to merge 13 commits into from

Conversation

malhotrashivam
Copy link
Contributor

@malhotrashivam malhotrashivam commented Sep 12, 2023

PR combined with #4446

The retry mechanism is particularly useful for decompressing parquet files that are compressed with LZ4_RAW but tagged as LZ4 in the metadata.

Interesting reads:

@malhotrashivam malhotrashivam added feature request New feature or request parquet Related to the Parquet integration NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. labels Sep 12, 2023
@malhotrashivam malhotrashivam added this to the September 2023 milestone Sep 12, 2023
@malhotrashivam malhotrashivam self-assigned this Sep 12, 2023
@malhotrashivam malhotrashivam changed the title Issue #3651 (WIP) Retry decompressing with LZ4_RAW if LZ4 fails (WIP) Sep 12, 2023
@niloc132
Copy link
Member

Might be simpler to see this folded into #4446, but I can see it either way.

@malhotrashivam
Copy link
Contributor Author

Combining this PR with #4446

@malhotrashivam malhotrashivam changed the title Retry decompressing with LZ4_RAW if LZ4 fails (WIP) Retry decompressing with LZ4_RAW if LZ4 fails Sep 13, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Sep 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request New feature or request NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. parquet Related to the Parquet integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants