liurenjie1024 commented on code in PR #82: URL: https://github.com/apache/iceberg-rust/pull/82#discussion_r1364967043
########## crates/iceberg/src/avro/schema.rs: ########## @@ -144,7 +150,7 @@ impl SchemaVisitor for SchemaToAvroSchema { // not string type. let key_field = { let mut field = AvroRecordField { - name: map.key_field.name.clone(), + name: "key".into(), Review Comment: I think their name has been set correctly? See https://github.com/apache/iceberg-rust/blob/10cc7c9ac66777ce91464d3454c2bfb68dbead1a/crates/iceberg/src/spec/datatypes.rs#L555 -- 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