blackmwk opened a new issue, #3095: URL: https://github.com/apache/iceberg-rust/issues/3095
Part of [apache/iceberg-rust#3094](https://github.com/apache/iceberg-rust/issues/3094). ## Is your feature request related to a problem or challenge? `MemoryCatalogBuilder::load` manually extracts the warehouse property and filters the remaining catalog properties. ## Describe the solution you would like Use the `Properties` derive macro for the Memory catalog property projection while preserving the required warehouse validation and forwarding all unmodeled properties to FileIO and KMS consumers. Acceptance criteria: - Builder and `CatalogBuilder::load` APIs remain unchanged. - Warehouse parsing and validation remain behavior-compatible. - Recognized properties are excluded from the forwarded property map. - Unknown properties remain available to downstream consumers. - Focused unit tests cover defaults, overrides, validation, and property retention. ## 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]
