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-mosaic.git
from 3067a7a fix: fix github ci
add 4ce3b81 [core] Add column statistics and tests
add c716e84 fix
add b653ee9 Fix comments
new ee12acc [core] Add column statistics and tests
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
core/src/lib.rs | 1 +
core/src/reader.rs | 25 +
core/src/reader_tests.rs | 3365 +++++++++++++++++++++++++++++++++++++++++
core/src/stats.rs | 622 ++++++++
core/src/writer.rs | 37 +
core/tests/robustness_test.rs | 2412 +++++++++++++++++++++++++++++
core/tests/stress_test.rs | 1822 ++++++++++++++++++++++
7 files changed, 8284 insertions(+)
create mode 100644 core/src/reader_tests.rs
create mode 100644 core/src/stats.rs
create mode 100644 core/tests/robustness_test.rs
create mode 100644 core/tests/stress_test.rs