This is an automated email from the ASF dual-hosted git repository.
sk0x50 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 42d717ed93 IGNITE-18670: Sql. It is possible to reference aliases in
GROUP BY clause. (#2545)
add 22efe81f33 IGNITE-20354 Reduce code duplication in commit cleanup
(#2557)
No new revisions were added by this update.
Summary of changes:
.../table/distributed/StorageUpdateHandler.java | 106 +++++++++++++++++++--
.../table/distributed/raft/PartitionListener.java | 59 ++----------
.../replicator/PartitionReplicaListener.java | 52 ++--------
.../table/distributed/replicator/PendingRows.java | 99 +++++++++++++++++++
.../internal/table/distributed/IndexBaseTest.java | 12 ++-
.../table/distributed/IndexCleanupTest.java | 13 ++-
.../distributed/StorageUpdateHandlerTest.java | 2 +
7 files changed, 229 insertions(+), 114 deletions(-)
create mode 100644
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PendingRows.java