You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2021/09/23 09:02:00 UTC

[jira] [Created] (IGNITE-15567) Calcite. Support REPEAT functionality or remove it from tests.

Evgeny Stanilovsky created IGNITE-15567:
-------------------------------------------

             Summary: Calcite. Support REPEAT functionality or remove it from tests.
                 Key: IGNITE-15567
                 URL: https://issues.apache.org/jira/browse/IGNITE-15567
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Evgeny Stanilovsky


Now failed:
{noformat}
CREATE TABLE test2 AS SELECT * FROM repeat(1, 10*1024) t1(b), (SELECT 10) t2(c);
{noformat}


{noformat}
/join/inner/test_join_duplicates.test[_ignored]
{noformat}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)