Skip to content

Commit

Permalink
conf and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cxzl25 committed Feb 1, 2024
1 parent 529ff6d commit 01512d7
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 @@ -131,7 +131,7 @@ public enum OrcConf {
"", "List of columns to create bloom filters for when writing."),
BLOOM_FILTER_WRITE_VERSION("orc.bloom.filter.write.version",
"orc.bloom.filter.write.version", OrcFile.BloomFilterVersion.UTF8.toString(),
"Which version of the bloom filters should we write.\n" +
"(Deprecated) Which version of the bloom filters should we write.\n" +
"The choices are:\n" +
" original - writes two versions of the bloom filters for use by\n" +
" both old and new readers.\n" +
Expand Down

0 comments on commit 01512d7

Please sign in to comment.