jadami10 opened a new issue, #16032: URL: https://github.com/apache/pinot/issues/16032
I'm running a simple `select * from my_table limit 10`. - this works with the v1 engine - this works with both engines if I do my_table_REALTIME - this works with both engines if I do my_table_OFFLINE This fails for `my_table` on the v2 engine ``` Error Code: 190 (TableDoesNotExistError) TableDoesNotExistError: Unable to find table in cluster, table does not exist for tables: [<my_table>] ``` -- 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