agavra opened a new issue, #9904: URL: https://github.com/apache/pinot/issues/9904
## Scenario A <img width="1328" alt="Screen Shot 2022-12-02 at 1 26 17 PM" src="https://user-images.githubusercontent.com/3172405/205389930-f76dfdfc-391f-4713-9ed8-8e73778a9db4.png"> ## Scenario B <img width="1327" alt="image" src="https://user-images.githubusercontent.com/3172405/205390041-876fbbf2-49b7-4d66-95d1-662cc554e00f.png"> ## NOTE this may be a regression as it doesn't seem to be an issue on our staging clusters ## ResourceBasedQueriesTest I cannot reproduce this in the `ResourceBasedQueriesTest` as the following queries work: ```json { "description": "basic test case example", "sql": "SELECT * FROM {tbl} xyz" }, { "description": "basic test case example", "sql": "SELECT xyz.col1, xyz.col2 FROM {tbl} xyz" } ``` -- 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.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