jonathanc-n commented on PR #1079:
URL: https://github.com/apache/iceberg-rust/pull/1079#issuecomment-2773806669
I think the function name is misleading I will change that. We are passing
in the lower and upper bounds computed from the original parquet file read
during the `parquet_to_data_
ZENOTME commented on PR #1079:
URL: https://github.com/apache/iceberg-rust/pull/1079#issuecomment-2772641331
> Hi, @jonathanc-n I'm quite confused about this pr, how can you infer
partition value from statistics? First of all, statistics are optional, and
they are maybe inaccurate. For exam
ZENOTME commented on code in PR #1079:
URL: https://github.com/apache/iceberg-rust/pull/1079#discussion_r2024083268
##
crates/iceberg/src/writer/file_writer/parquet_writer.rs:
##
@@ -458,6 +459,54 @@ impl ParquetWriter {
Ok(builder)
}
+
+#[allow(dead_code)]
+