syun64 opened a new issue, #362: URL: https://github.com/apache/iceberg-python/issues/362
### Feature Request / Improvement In the java code base, catalog configuration includes catalog table-default and table-override properties: Catalog Property Key | Description -- | -- spark.sql.catalog.catalog-name.table-default.propertyKey | Default Iceberg table property value for property key propertyKey, which will be set on tables created by this catalog if not overridden spark.sql.catalog.catalog-name.table-override.propertyKey | Enforced Iceberg table property value for property key propertyKey, which cannot be overridden by user Introduce these properties to PyIceberg catalogs, and apply them to appropriate function calls. Related Issue: https://github.com/apache/iceberg/issues/3994 Related PR: https://github.com/apache/iceberg/pull/4011 -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org