This is an automated email from the ASF dual-hosted git repository.
ppa pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 0b54599735f IGNITE-25607 Sql. Invalid distribution for Exchange node
in EXPLAIN PLAN (#6001)
add eea0c41cfb9 IGNITE-25297 Sql. Throw an exception if a script
transaction block does not have a COMMIT statement at the end (#5969)
No new revisions were added by this update.
Summary of changes:
.../cli/commands/sql/ItSqlCommandTest.java | 50 +++++++++++++++++++
.../ignite/jdbc/ItJdbcMultiStatementSelfTest.java | 15 +++---
.../sql/engine/ItSqlMultiStatementTxTest.java | 57 ++++++++++------------
.../sql/engine/exec/fsm/MultiStatementHandler.java | 43 +++++++++++-----
.../internal/sql/engine/sql/ParserServiceImpl.java | 2 +-
.../sql/engine/tx/ScriptTransactionContext.java | 9 ----
.../engine/tx/ScriptTransactionWrapperImpl.java | 5 --
7 files changed, 116 insertions(+), 65 deletions(-)