Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
cxzl25 committed Jan 12, 2024
1 parent 202276a commit b4eb87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/core/src/java/org/apache/orc/impl/WriterImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public static CompressionCodec createCodec(CompressionKind kind) {
return new ZstdCodec();
} else {
return new AircompressorCodec(kind, new ZstdCompressor(),
new ZstdDecompressor());
new ZstdDecompressor());
}
case BROTLI:
return new BrotliCodec();
Expand Down

0 comments on commit b4eb87d

Please sign in to comment.