Andrey Mashenkov created IGNITE-17746:
-----------------------------------------
Summary: Fix multistatement query execution flow.
Key: IGNITE-17746
URL: https://issues.apache.org/jira/browse/IGNITE-17746
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Andrey Mashenkov
As for now SqlQueryProcessor.query0 methods run statements in parallel.
Let's make query statement execution consequent.
Also, statement cancellation may cause unexpected behaviour.
The {{query0}} method returns list of futures for each statement in multi
statement query,
cancellation of statement in the middle does't affects previous statements
futures.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)