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 2023/04/04 14:28:00 UTC

[jira] [Updated] (IGNITE-15624) Calcite. Support different connections in logical tests.

     [ https://issues.apache.org/jira/browse/IGNITE-15624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evgeny Stanilovsky updated IGNITE-15624:
----------------------------------------
    Summary: Calcite. Support different connections in logical tests.  (was: Calcite. Fix sort ordering "con[1|2]" in ScripTestSuite.)

> Calcite. Support different connections in logical tests.
> --------------------------------------------------------
>
>                 Key: IGNITE-15624
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15624
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Evgeny Stanilovsky
>            Priority: Major
>              Labels: calcite, calcite2-required, calcite3-required, ignite-3
>
> Support different transactional connections in tests, i.e: *con1, con2* and so on
> {noformat}
> statement ok con1
> CREATE TABLE test (a VARCHAR);
> query I con2
> SELECT * FROM test ORDER BY a
> ----
> NULL
> NULL
> 1
> 3
> {noformat}
> {noformat}
> /sql/update/*
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)