Skip to content

Commit 3f6d0e5

Browse files
committed
Addressed
1 parent 6188125 commit 3f6d0e5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

compression/src/main/java/org/apache/arrow/compression/SnappyCompressionCodec.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,3 @@ public CompressionUtil.CodecType getCodecType() {
9090
return CompressionUtil.CodecType.SNAPPY;
9191
}
9292
}
93-

vector/src/main/java/org/apache/arrow/vector/compression/CompressionUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public enum CodecType {
3434
LZ4_FRAME(org.apache.arrow.flatbuf.CompressionType.LZ4_FRAME),
3535

3636
ZSTD(org.apache.arrow.flatbuf.CompressionType.ZSTD),
37-
37+
3838
SNAPPY(org.apache.arrow.flatbuf.CompressionType.SNAPPY);
3939

4040
private final byte type;

0 commit comments

Comments
 (0)