akune commented on code in PR #14603:
URL: https://github.com/apache/iceberg/pull/14603#discussion_r2538071785


##########
core/src/main/java/org/apache/iceberg/jdbc/JdbcUtil.java:
##########
@@ -42,6 +42,9 @@ final class JdbcUtil {
   // property to control if catalog tables are created during initialization
   static final String INIT_CATALOG_TABLES_PROPERTY =
       JdbcCatalog.PROPERTY_PREFIX + "init-catalog-tables";
+  // property to control if catalog schema is updated if necessary during 
initialization
+  static final String UPDATE_CATALOG_SCHEMA_IF_NECESSARY_PROPERTY =
+      JdbcCatalog.PROPERTY_PREFIX + "update-catalog-schema-if-necessary";

Review Comment:
   Hi @nastra, 
   I fixed the underlying issue and added tests for Postgres, Oracle and DB2. 
   The checks seem to fail due to an issue on the Runner when setting up the 
environment. 



-- 
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]

Reply via email to