JingsongLi opened a new pull request, #22:
URL: https://github.com/apache/paimon-mosaic/pull/22

   - Remove globalColumnIndex from schema serialization; columns are now always 
stored and returned in name-sorted order
   - Add reader-level project(column_names) API that controls output column 
order (supports empty projection for count-only reads)
   - Replace per-element stat FFI/JNI calls with batch array methods (4 arrays: 
names, null_counts, mins, maxs) to reduce crossing overhead
   - Stats API returns Map<String, ColumnStatistics> keyed by column name 
(Java/Python) or vector<ColumnStatistics> with column_name field (C++)
   - WriterOptions.stats_columns now takes column names instead of indices
   - Add projection order and empty projection tests across all languages
   - Update all API docs and C++ tests to reflect the new interfaces


-- 
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]

Reply via email to