dongjoon-hyun commented on a change in pull request #934: URL: https://github.com/apache/orc/pull/934#discussion_r727801729
########## File path: c++/src/Reader.cc ########## @@ -35,6 +35,12 @@ #include <set> namespace orc { + // ORC files writen by these versions of cpp writers have inconsistent bloom filter + // hashing with the Java codes (ORC-1024). Bloom filters of them should not be used + // after we fix ORC-1024. Review comment: Let's remove this line. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org