You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2023/06/01 16:00:30 UTC

[ignite] branch IGNITE-15629 updated (f1981325d85 -> 912b21f3cc1)

This is an automated email from the ASF dual-hosted git repository.

nizhikov pushed a change to branch IGNITE-15629
in repository https://gitbox.apache.org/repos/asf/ignite.git


    from f1981325d85 IGNITE-15629 Cache check_index_inline_sizes command implemented (#10742)
     add ed3dead1417 IGNITE-19586 SQL Calcite: Fix SQL/Query events - Fixes #10756.
     add 6eda7c91b41 IGNITE-19607 Fixed flaky IgniteClusterSnapshotStreamerTest test (#10755)
     add 912b21f3cc1 Merge branch 'master' into IGNITE-15629

No new revisions were added by this update.

Summary of changes:
 .../query/calcite/CalciteQueryProcessor.java       | 13 +++
 .../query/calcite/exec/ExecutionServiceImpl.java   | 41 ++++++++-
 .../calcite/util/ConvertingClosableIterator.java   |  9 +-
 .../integration/SqlDiagnosticIntegrationTest.java  | 99 ++++++++++++++++++++++
 .../java/org/apache/ignite/events/EventType.java   |  3 +-
 .../processors/query/GridQueryProcessor.java       |  2 +-
 .../internal/processors/query/QueryProperties.java | 13 ++-
 .../IgniteClusterSnapshotStreamerTest.java         |  2 +
 8 files changed, 176 insertions(+), 6 deletions(-)