Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.21.0
Description
RelOptTableImpl#toRel (and some test methods) use EnumerableTableScan.create explicitly even in case the table is not implementable with enumerable scan.
It does not hurt much for sql to rel translation, however, it is sad when a plan fails during execution.
So EnumerableTableScan should have an assertion to prevent invalid uses.
Attachments
Issue Links
- is related to
-
CALCITE-3673 ListTransientTable should not leave tables in the schema
- Closed
- links to