We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a28413 commit 4104f7cCopy full SHA for 4104f7c
java/core/src/java/org/apache/orc/impl/ZstdCodec.java
@@ -57,7 +57,6 @@ protected static byte[] getBuffer(int size) {
57
static class ZstdOptions implements Options {
58
private int level;
59
private int windowLog;
60
-
61
private int workers;
62
63
ZstdOptions(int level, int windowLog, int workers) {
0 commit comments