Skip to content

Commit 4104f7c

Browse files
committed
a
1 parent 3a28413 commit 4104f7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/core/src/java/org/apache/orc/impl/ZstdCodec.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ protected static byte[] getBuffer(int size) {
5757
static class ZstdOptions implements Options {
5858
private int level;
5959
private int windowLog;
60-
6160
private int workers;
6261

6362
ZstdOptions(int level, int windowLog, int workers) {

0 commit comments

Comments
 (0)