CTTY commented on code in PR #1511: URL: https://github.com/apache/iceberg-rust/pull/1511#discussion_r2219775195
########## crates/iceberg/src/arrow/nan_val_cnt_visitor.rs: ########## @@ -159,6 +159,8 @@ impl NanValueCountVisitor { let arrow_arr_partner_accessor = ArrowArrayAccessor {}; let struct_arr = Arc::new(StructArray::from(batch)) as ArrayRef; + println!("----StructArray from record stream: {:?}", struct_arr); + println!("----Schema.as_struct from table: {:?}", schema.as_struct()); Review Comment: This is for testing only, and I'm planning to remove these log lines -- 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