JTaky opened a new pull request, #9268: URL: https://github.com/apache/paimon/pull/9268
Adds an explicit opt-in prefix, metadata.iceberg.table-properties.<key>, mirroring the existing metadata.iceberg.rest.* pattern. Custom properties are merged into the Iceberg table's properties on create, recreate (on metadata-base mismatch), and steady-state update paths, all of which route through IcebergRestMetadataCommitter#updateProperties(). Iceberg's reserved property keys are filtered out to avoid crashing the commit. ADPS-1261 ### Purpose ### Tests -- 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]
