Closed
Description
Description
Currently the ConvertToDeltaBuilder
skips fetching and populating the stats
delta-rs/crates/core/src/operations/convert_to_delta.rs
Lines 332 to 353 in 81593e9
This results in log files missing the min/max/null count statistics.
Use Case
These stats are useful as they allow partition pruning and thus influence performance.
Granted it may be possible to use the stats from the files themselves, but that it is sub-optimal to reading from the log directly.
Related Issue(s)
Activity