Skip to content

Commit

Permalink
Upgraded aircompressor from v0.25 to v0.27 (#5568)
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotrashivam authored Jun 6, 2024
1 parent a8f121c commit 4d58cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/parquet/compression/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
because 'hadoop-common required dependency for LZ4Codec'
}
// Pick up default jvm-compatible compression codecs
implementation('io.airlift:aircompressor:0.25') {
implementation('io.airlift:aircompressor:0.27') {
because 'Provides Lz4, LZO, Zstd compression support for parquet'
}

Expand Down

0 comments on commit 4d58cc6

Please sign in to comment.