Hi, Is it possible to query dynamic tables within a table schema in Calcite ? That is the table name is coming as part of the SQL(and is changing) however they all map to the same calcite table implementation(say JSONTable) ?
Any pointers on how this could be achieved. *Example:* *1.* select * from foo_schema."/data/foo.json" *2. *select * from foo_schema."/data/bar.json" *3.* select * from foo_schema."/data/baz.json"
