kishoreg commented on issue #4586: Adding Predicate supports for Bytes Column without dictionary URL: https://github.com/apache/incubator-pinot/pull/4586#issuecomment-528527009 - There are cases where request id's can be generated as MD5 which can be represented as byte[]. Searching for a specific request is a common access pattern. - Query looks like select * from T where requestId = 'hexEncodedByteString' Irrespective of the use case, we should support filtering on all data types for sake of completion. Currently, we support predicates on bytes if its dictionary encoded but not if it's stored as RAW.
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org