shounakmk219 opened a new pull request, #12591: URL: https://github.com/apache/pinot/pull/12591
this is a follow-up from https://github.com/apache/pinot/pull/8713 # Changes after this PR, the following 3 should be equivalent on multi-stage engine ``` -- method 1 fully-qualify select * from default.airlineStats limit 10 -- method 2 with default db select * from airlineStats limit 10 -- method 3 setting specific db SET database='default'; select * from airlineStats limit 10 ``` taking the changes in https://github.com/apache/pinot/pull/12377 to completion -- 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