This is an automated email from the ASF dual-hosted git repository. JingsongLi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/paimon-mosaic.git
commit ee12acc5603003b2f8c547064be49a0e8e188ce5 Merge: 3067a7a b653ee9 Author: Jingsong Lee <[email protected]> AuthorDate: Mon May 18 16:55:45 2026 +0800 [core] Add column statistics and tests 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(+)
