gortiz opened a new issue, #15272:
URL: https://github.com/apache/pinot/issues/15272

   When a table doesn't exist, MSE fails with QueryErrorCode.QUERY_PLANNING 
instead of QueryErrorCode.TABLE_DOES_NOT_EXIST. 
   
   We already have a test that verifies this behavior. See 
MultiStageEngineIntegrationTest.testDualWithNotExistsTableMSE.
   
   The reason is we fail this way is that we capture a Calcite exception during 
validation and it doesn't say the failure is caused by a missing table. 
Instead, it says a missing id is found, which is the same error we got when for 
example an invalid column is used.


-- 
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

Reply via email to