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