Search before asking
Motivation
Add V2 log record batch format that collects per-column min/max statistics to enable efficient filter│pushdown.
Solution
V2 batch layout: [Header (56 bytes)] [Statistics (variable)] [Records (variable)]. See : https://cwiki.apache.org/confluence/display/FLUSS/FIP-10%3A+Support+Log+RecordBatch+Filter+Pushdown
Anything else?
No response
Willingness to contribute