61yao commented on PR #9895: URL: https://github.com/apache/pinot/pull/9895#issuecomment-1337999081
> https://github.com/apache/pinot/pull/9903/files#diff-0ab607c4916711c3c741979eaf2e14eb04559c500b3a78ef648e3bba1923f461 Say tbl1 has col1, col2, tbl2 has col3 and col4 Select * From tbl1 LEFT join tbl2 order by 1; The result should be order by col1 without re-write. Applying the rewrite will order the result by col3. @agavra ^ -- 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