dannycjones opened a new issue, #3250: URL: https://github.com/apache/iceberg-rust/issues/3250
### Is your feature request related to a problem or challenge? Apache Iceberg table format V3 introduced default values, with the fields `initial_default` and `write_default`. https://iceberg.apache.org/spec/#default-values We should support these defaults, implementing correct spec behavior. This includes validating that defaults cannot be set on fields that don't support it (geospatial types, Unknown type, Variant type). ### Describe the solution you'd like I see that a bunch of the implementation is already done. That being said, I don't see validation. For instance, I don't see a way to disallow geospatial defaults. I'd like to see an audit of the implementation in iceberg-rust today, such that we have a place to reference that this work has been completed in full. ### Willingness to contribute I can contribute to this feature independently -- 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]
