Jackie-Jiang opened a new pull request #5952:
URL: https://github.com/apache/incubator-pinot/pull/5952


   ## Description
   Support `IN_ID_SET` predicate for filtering on serialized `IdSet`
   In order to filter on a serialized `IdSet`, put a special indicator: 
`__IDSET__` as the first argument of the `IN` clause.
   
   Example query:
   `SELECT COUNT(*) FROM mytable WHERE AirlineID IN ('__IDSET__', 
'AgAAAAABAAAAADowAAABAAAAAAADABAAAAAAAOpMg0+zUg==')`
   (`AgAAAAABAAAAADowAAABAAAAAAADABAAAAAAAOpMg0+zUg==` is the base64 encoded 
`IdSet`)
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to