yupeng9 opened a new pull request #7542:
URL: https://github.com/apache/pinot/pull/7542
Add IN function to allow queries like
```
select group_city, group_city in('Sheffield', 'Waltham', 'Ahmedabad') as
isin from meetupRsvp order by group_city limit 10
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]