[
https://issues.apache.org/jira/browse/IGNITE-15624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17448622#comment-17448622
]
Aleksey Plekhanov commented on IGNITE-15624:
--------------------------------------------
Looks like {{con1}}, {{con2}}, etc related to different concurrent sessions,
and mostly used to check transactions (but we don't support transactions
currently)
> Calcite. Fix sort ordering "con[1|2]" in ScripTestSuite.
> --------------------------------------------------------
>
> 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
>
> Some tests contains not supported ordering (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.1#820001)