This is an automated email from the ASF dual-hosted git repository.
sanpwc pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 8f082950b9 IGNITE-22546 Improve multi statement support in CLI (#4348)
add b5702483bf IGNITE-23191 Pass unique flag into Sorted index (#4375)
No new revisions were added by this update.
Summary of changes:
.../apache/ignite/internal/table/IndexWrapper.java | 9 +-
.../apache/ignite/internal/table/TableImpl.java | 3 +-
.../ignite/internal/table/TableViewInternal.java | 2 +
.../table/distributed/SortedIndexLocker.java | 14 ++-
.../table/distributed/index/IndexUtils.java | 1 +
.../table/distributed/SortedIndexLockerTest.java | 2 +-
.../PartitionReplicaListenerIndexLockingTest.java | 4 +-
...tionReplicaListenerSortedIndexLockingTest.java} | 135 ++++++---------------
.../replication/PartitionReplicaListenerTest.java | 2 +-
.../internal/tx/ItTransactionsInsertLockTest.java | 29 ++---
10 files changed, 72 insertions(+), 129 deletions(-)
copy
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/replication/{PartitionReplicaListenerIndexLockingTest.java
=> PartitionReplicaListenerSortedIndexLockingTest.java} (77%)