dongjoon-hyun commented on a change in pull request #934: URL: https://github.com/apache/orc/pull/934#discussion_r727812713
########## File path: java/core/src/java/org/apache/orc/impl/RecordReaderImpl.java ########## @@ -350,6 +356,33 @@ protected RecordReaderImpl(ReaderImpl fileReader, } } + /** + * Check if the file has inconsistent bloom filters (ORC-1024). We will skip using them + * in the following reads. + * @return true if it has. + */ + private boolean checkBadBloomFilters(OrcProto.Footer footer) { Review comment: Thank you for adding this as `private`. -- 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