[
https://issues.apache.org/jira/browse/IGNITE-15624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Zhuravkov reassigned IGNITE-15624:
-----------------------------------------
Assignee: Maksim Zhuravkov
> 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
>
> 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)