Github user prasanthj commented on a diff in the pull request:

    https://github.com/apache/orc/pull/60#discussion_r79093595
  
    --- Diff: java/core/src/java/org/apache/orc/OrcConf.java ---
    @@ -105,6 +105,12 @@
               "dictionary or not will be retained thereafter."),
       BLOOM_FILTER_COLUMNS("orc.bloom.filter.columns", 
"orc.bloom.filter.columns",
           "", "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 filter should we write."),
    --- End diff --
    
    Any reason to have this config? If we are going to default to UTF8 anyways 
we don't need this right?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to