Sruhvx-jpg opened a new issue, #3238: URL: https://github.com/apache/iceberg-rust/issues/3238
### Description\nIn `crates/iceberg/src/io/storage/memory.rs` and related storage backends, `FileMetadata` construction and length checks perform raw `as u64` casts directly in the storage logic.\n\n### Proposal\nConsolidate metadata length conversions into clean constructor/conversion helpers across in-memory and local storage implementations to eliminate redundant inline `as u64` casting noise and ensure type conversion consistency with other storage crates (`opendal`, `object_store`). -- 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]
