wgtmac commented on pull request #669:
URL: https://github.com/apache/orc/pull/669#issuecomment-807920247


   Thanks for pinning me @pgaref !   The change is pretty clean. Thanks 
@noirello for contributing!
   
   I haven't implemented this in the C++ BinaryColumnWriter because the created 
BloomFilter is not used on the reader side: 
https://github.com/apache/orc/blob/master/java/core/src/java/org/apache/orc/impl/RecordReaderImpl.java#L741
 . I am not sure if there is any valid case where literals of binary type 
appear in the predicate. If that is valid, we should also include the fix on 
the reader side.


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to