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

Iurii Gerzhedovich updated IGNITE-15624:
----------------------------------------
    Description: 
As of now we have many sql logic tests wiSupport 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}

  was:
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}



> 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
>            Assignee: Maksim Zhuravkov
>            Priority: Major
>              Labels: calcite, calcite2-required, calcite3-required, ignite-3
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> As of now we have many sql logic tests wiSupport 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)

Reply via email to