Skip to content

TableDoesNotExistError for MSE queries on hybrid tables #16032

@jadami10

Description

@jadami10

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions