jorgecarleitao / parquet2

Fastest and safest Rust implementation of parquet. `unsafe` free. Integration-tested against pyarrow
Other
356 stars 59 forks source link

Fixed aggregation of max statistics for primitive fields #217

Closed tjwilson90 closed 1 year ago

ozgrakkurt commented 1 year ago

you could also use cmp::max to make is more clear and short

ozgrakkurt commented 1 year ago

Hey @jorgecarleitao! this seems like a critical bug