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