CTTY opened a new issue, #1560: URL: https://github.com/apache/iceberg-rust/issues/1560
When using `ParquetWriter` to write `RecordBatch` and it's counting nan values, it will need to walk through both `RecordBatch`'s schema and Iceberg schema in a partner fashion: https://github.com/apache/iceberg-rust/blob/9787140165a15afaf50fc4742484d22c2230bd60/crates/iceberg/src/writer/file_writer/parquet_writer.rs#L528 Basically the call stack is `NanValueCountVisitor::compute` -> `visit_struct_with_partner` -> `ArrowArrayAccessor::field_partner` -> `get_field_id` _Originally posted by @CTTY in https://github.com/apache/iceberg-rust/pull/1511#discussion_r2223962611_ -- 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.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