blackmwk opened a new pull request, #2955:
URL: https://github.com/apache/iceberg-rust/pull/2955

     ## Which issue does this PR close?
   
     - Closes #2877.
   
     ## What changes are included in this PR?
   
     - Add the `iceberg-property-macro` crate with a `Properties` derive macro.
     - Define table-property keys, defaults, documentation, and custom 
converters using field annotations.
     - Generate `Default`, public getters, string-map parsing, and JSON 
serialization/deserialization.
     - Keep `TableProperties` fields private.
     - Change `write.format.default` from `String` to the typed 
`DataFileFormat`.
     - Update existing consumers to use the generated getters.
     - Update the public API snapshot.
   
     ## Are these changes tested?
   
     Yes.
   
     - Added unit tests for default and overridden property values.
     - Added JSON serialization and deserialization round-trip tests.
     - Added coverage for optional properties and custom parsing behavior.
     - Ran the Iceberg and DataFusion unit test suites.
     - Ran Clippy with warnings denied.
     - Verified formatting and the public API snapshot.


-- 
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