klsince commented on issue #9770:
URL: https://github.com/apache/pinot/issues/9770#issuecomment-1309223054

   Thanks for the report. The planning logic for the IN clause in the query 
would hit this 
[if-check](https://github.com/apache/pinot/blob/master/pinot-core/src/main/java/org/apache/pinot/core/operator/filter/FilterOperatorUtils.java#L77)
 to use sorted index for column only when it's sorted AND dictionary encoded. 
   
   We may consider to enforce dictionary encoding for column set in 
`sortedColumn` to make it more intuitive here.


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to