JosephLenton commented on issue #3063:
URL: https://github.com/apache/iceberg-rust/issues/3063#issuecomment-5410220392

   I'm just going to dump code changes I've found here to capture them.
   
   # 1. `RecordField::order` is gone
   
   Before: In 0.21.0 the Avro docs `order` does nothing and is ignored. See: 
https://docs.rs/apache-avro/0.21.0/apache_avro/schema/struct.RecordFieldBuilder.html#method.order
   
   Now: the `order` field is just gone.
   
   # 2. The `first_row_id` needs to be serialised as `i64` not `u64`
   
   We are serialising a `u64`, however Avro now expects an `i64` for a long, 
and the spec says it should be signed as well. 
https://iceberg.apache.org/spec/#manifest-lists
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to