feniljain opened a new pull request, #907: URL: https://github.com/apache/iceberg-rust/pull/907
## Issue Fixes #417 ## Description - We compute upper and lower bounds by relying on parquet statistics, but those statistics don't provide `nan_value_count`, so we have to implement it in library itself when arrow record batches are received. - We keep track of it at `ParquetWriter` level cause `write` can be called multiple times . - Added new assert for `nan_val_count` in `test_parquet_writer` itself. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org