This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
from 6aeee5fa37 [core] Revert "If overwrite an empty partition, change
commit kind to APPEND (#6795)" (#7010)
add d5275c534e [core] support btree indexed-scan in paimon-core and add
some tests (#7003)
No new revisions were added by this update.
Summary of changes:
.../globalindex/GlobalIndexParallelWriter.java | 9 +
.../globalindex/btree/BTreeFileMetaSelector.java | 7 +-
.../paimon/table/DataEvolutionTableTest.java | 228 +-----------
.../apache/paimon/table/DataEvolutionTestBase.java | 97 +++++
.../apache/paimon/table/GlobalIndexTableTest.java | 412 +++++++++++++++++++++
.../globalindex/btree/BTreeGlobalIndexBuilder.java | 5 +-
6 files changed, 528 insertions(+), 230 deletions(-)
create mode 100644
paimon-core/src/test/java/org/apache/paimon/table/DataEvolutionTestBase.java
create mode 100644
paimon-core/src/test/java/org/apache/paimon/table/GlobalIndexTableTest.java