sachidananda007 commented on issue #13091:
URL: https://github.com/apache/druid/issues/13091#issuecomment-1248015307

   Tried both queries on 0.23.0 also seeing same error
   SELECT LATEST(channel,10),cityName FROM "wikipedia" WHERE (comment IN( 
'added project') ) and (comment NOT IN ('added project' )) GROUP BY cityName
   SELECT LATEST(channel,10),cityName FROM "wikipedia" WHERE (comment = 'added 
project12' AND comment IN( 'added project1') ) GROUP BY cityName


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

Reply via email to