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 f7dc71a6b9f6c55900da1e3f5d88f8c4b92a3500 Merge: 4109d2d 6cb483a Author: Jingsong Lee <[email protected]> AuthorDate: Mon May 18 14:38:33 2026 +0800 [core] Add mosaic-core crate with format spec, reader, and writer .github/workflows/ci.yml | 73 +++ Cargo.toml | 22 + core/Cargo.toml | 32 ++ core/src/bpe.rs | 136 +++++ core/src/bucket_reader.rs | 1319 +++++++++++++++++++++++++++++++++++++++++++++ core/src/bucket_writer.rs | 1080 +++++++++++++++++++++++++++++++++++++ core/src/lib.rs | 27 + core/src/reader.rs | 818 ++++++++++++++++++++++++++++ core/src/schema.rs | 394 ++++++++++++++ core/src/spec.rs | 96 ++++ core/src/types.rs | 242 +++++++++ core/src/values.rs | 161 ++++++ core/src/varint.rs | 160 ++++++ core/src/writer.rs | 708 ++++++++++++++++++++++++ 14 files changed, 5268 insertions(+)
