Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To add zstd-jni and support zstd-jni compression easily in connectors. cf: apache/parquet-java#793
Problem
Currently, to access the zstd compression. We need to add the Hadoop native library, cf: confluentinc/kafka-connect-storage-cloud#570 (comment)
We could add the
zstd-jni
package by updating parquet version to ease the use of zstd codec.Solution
Update parquet version
Tests
No tests have been made.
How could I test it? I have seen that in implementations such as
Kafka-connect-storage-cloud
, this lib is "provided" and all its transitive dependencies. How can I use this PR to build a new Docker image that could be used for local tests?Is there a way to add unit tests?
I would be happy to help, but kinda lost on this repo