Hi all, Currently, we can *enforce default table properties* at catalog level with configs like spark.sql.catalog.*catalog-name*.table-override.*propertyKey*[1]. It prevents users from overriding those properties when creating a table. However, users can still override later through altering the table. The Spark doc is inconsistent saying that the table-override property can't be overridden by user. Which one is expected?
1. https://iceberg.apache.org/docs/nightly/spark-configuration/#catalog-configuration <https://iceberg.apache.org/docs/nightly/spark-configuration/#catalog-configuration> Thanks, Manu