Skip to content

Commit

Permalink
set true to test
Browse files Browse the repository at this point in the history
  • Loading branch information
cxzl25 committed Jan 22, 2024
1 parent 14a335a commit 4e659d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/core/src/java/org/apache/orc/OrcConf.java
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public enum OrcConf {
"the ORC row writer writes the batch to the file."
),
FILE_LENGTH_FAST("orc.file.length.fast", "orc.file.length.fast",
false, "A boolean flag to enable reduce file length RPC. "
true, "A boolean flag to enable reduce file length RPC. "
)
;

Expand Down

0 comments on commit 4e659d8

Please sign in to comment.