JingsongLi opened a new pull request, #16:
URL: https://github.com/apache/paimon-mosaic/pull/16
After close(), writer stats are available without re-reading the file.
This is useful for Paimon to obtain min/max statistics immediately
after writing for indexing and metadata purposes.
Changes across all layers:
- Rust core: add num_row_groups() and row_group_stats() to MosaicWriter
- JNI: add 6 native functions for writer stats access
- FFI: add C API functions for writer stats (used by Python and C++)
- Java: MosaicWriter caches stats on close(), exposes via
numRowGroups() and getRowGroupStatistics(rg)
- Python: MosaicWriter collects stats on close(), exposes via
num_row_groups property and get_row_group_statistics(rg)
- Docs: updated all 4 language API docs (Rust, Java, Python, C++)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]