This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-cpp.git
from 11e03f9 feat: add BTree global index core components (#74)
add d67525c feat: Migrate split read modules (#76)
No new revisions were added by this update.
Summary of changes:
.../core/operation/data_evolution_split_read.cpp | 423 +++++++++++++
.../core/operation/data_evolution_split_read.h | 154 +++++
.../operation/data_evolution_split_read_test.cpp | 653 +++++++++++++++++++++
src/paimon/core/operation/raw_file_split_read.cpp | 201 +++++++
src/paimon/core/operation/raw_file_split_read.h | 89 +++
.../core/operation/raw_file_split_read_test.cpp | 510 ++++++++++++++++
6 files changed, 2030 insertions(+)
create mode 100644 src/paimon/core/operation/data_evolution_split_read.cpp
create mode 100644 src/paimon/core/operation/data_evolution_split_read.h
create mode 100644 src/paimon/core/operation/data_evolution_split_read_test.cpp
create mode 100644 src/paimon/core/operation/raw_file_split_read.cpp
create mode 100644 src/paimon/core/operation/raw_file_split_read.h
create mode 100644 src/paimon/core/operation/raw_file_split_read_test.cpp