Jackie-Jiang commented on PR #14758: URL: https://github.com/apache/pinot/pull/14758#issuecomment-2579305264
Only the queries with right `DISTINCT` and no right project regular join can be rewritten to SEMI join. IMO we shouldn't allow such auto-rewrite because it doesn't guarantee better performance. Queries written as regular join should be executed as regular join; written as semi join should be executed as semi join. -- 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