shounakmk219 opened a new pull request, #12699: URL: https://github.com/apache/pinot/pull/12699
On conflicting database context in the v1 query request such as Header : `Database: db2` Query : `select * from db1.foo limit 10` right now the error message says ``` It seems that the query is only supported by the multi-stage engine, please try it by checking the "Use Multi-Stage Engine" box above ``` Whereas it should return the actual error bubbled up as `IllegalArgumentException` which says ``` Database name 'db1' from table prefix does not match database name 'db2' from header ``` -- 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