ZENOTME commented on issue #1567: URL: https://github.com/apache/iceberg-rust/issues/1567#issuecomment-3140221915
Current design will delay the field id assign until building partition spec from unbound partition spec: https://github.com/apache/iceberg-rust/blob/cfe2a980b27cda744fab8e78b4550b167b4d4d45/crates/iceberg/src/spec/partition.rs#L455 Maybe we should let TableCreation store a partition spec or custom its build method to bind partition spec with schema. -- 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]
