yguy-ryft opened a new pull request, #15367: URL: https://github.com/apache/iceberg/pull/15367
## Summary - Adds a new "Informational properties" section to the table properties documentation - Documents the `comment` property, which engines like Spark and Flink set via `COMMENT` in CREATE TABLE DDL - This follows a discussion on the dev mailing list about standardizing documentation for properties like `comment` that provide semantic context about a table ## Context The `comment` property is widely used by engines (Spark, Flink, Trino) to store a human-readable table description, but it was not documented in the table properties configuration page. This PR adds it under a new "Informational properties" category, distinct from operational and reserved properties. -- 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]
