This is an automated email from the ASF dual-hosted git repository.
apolovtsev pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from e53f4ca1f4 IGNITE-22934 .NET: Fix tuple equality - ignore column order
(#4185)
add 5fcbb24172 IGNITE-22926 Move PartitionScanPublisher to a separate file
No new revisions were added by this update.
Summary of changes:
.../replicator/PartitionReplicaListener.java | 4 +-
.../distributed/storage/InternalTableImpl.java | 241 +++------------------
.../storage/PartitionScanPublisher.java | 224 +++++++++++++++++++
3 files changed, 259 insertions(+), 210 deletions(-)
create mode 100644
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/PartitionScanPublisher.java