Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Reproducer:
sql("CREATE TABLE t(d DATE)", true); sql("INSERT INTO t VALUES (date '2021-01-01')", true);
Fails with:
org.apache.calcite.runtime.CalciteContextException: At line 0, column 0: Cannot assign to target field 'D' of type INTEGER from source field 'DATE '2021-01-01'' of type DATE
Attachments
Issue Links
- is part of
-
IGNITE-14535 Caclite SQL engine capabilities
- Open
- links to