Aleksey Plekhanov created IGNITE-16018:
------------------------------------------
Summary: Calcite engine. DEFAULT operator missing
Key: IGNITE-16018
URL: https://issues.apache.org/jira/browse/IGNITE-16018
Project: Ignite
Issue Type: Bug
Reporter: Aleksey Plekhanov
DEFAULT operator missed when standard operators have moved to the own
operators' table {{IgniteStdSqlOperatorTable}} (IGNITE-15128).
Queries like this didn't work:
{noformat}
INSERT INTO integers VALUES (DEFAULT, 4);
{noformat}
Related tests:
{noformat}
test_big_insert.test
left_join_issue_1172.test
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)