Skip to content

Commit

Permalink
Update to Aircompressor 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dain committed Aug 12, 2024
1 parent 0eea7c6 commit 020e443
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
<version>${dep.slf4j.version}</version>
</dependency>

<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
<version>2.0</version>
</dependency>

<!-- hive -->
<dependency>
<groupId>org.apache.hive</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/hadoop/compression/lzo/LzoCodec.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
// (e.g. sequence file) and provide no clean way for providing custom codec
// factory.
public class LzoCodec
extends io.airlift.compress.lzo.LzoCodec {}
extends io.airlift.compress.v2.lzo.LzoCodec {}

0 comments on commit 020e443

Please sign in to comment.