You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2021/11/29 14:01:00 UTC

[jira] [Created] (IGNITE-16018) Calcite engine. DEFAULT operator missing

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)