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 646a0c4 feat: introduce type casting executors for Binary, Date, and
Timestamp Types (#101)
add e160e77 feat: implement TableRead and FallbackDataSplit (#111)
No new revisions were added by this update.
Summary of changes:
src/paimon/core/table/source/data_split_test.cpp | 1124 ++++++++++++++++++++
.../table/source/fallback_data_split.h} | 40 +-
.../core/table/source/fallback_data_split_test.cpp | 198 ++++
src/paimon/core/table/source/table_read.cpp | 184 ++++
src/paimon/core/table/source/table_read_test.cpp | 162 +++
5 files changed, 1683 insertions(+), 25 deletions(-)
create mode 100644 src/paimon/core/table/source/data_split_test.cpp
copy src/paimon/{common/utils/long_counter.h =>
core/table/source/fallback_data_split.h} (61%)
create mode 100644 src/paimon/core/table/source/fallback_data_split_test.cpp
create mode 100644 src/paimon/core/table/source/table_read.cpp
create mode 100644 src/paimon/core/table/source/table_read_test.cpp