jbonofre commented on code in PR #10140:
URL: https://github.com/apache/iceberg/pull/10140#discussion_r1589245337


##########
core/src/main/java/org/apache/iceberg/jdbc/JdbcUtil.java:
##########
@@ -40,6 +40,8 @@ final class JdbcUtil {
   // property to control if view support is added to the existing database
   static final String SCHEMA_VERSION_PROPERTY = JdbcCatalog.PROPERTY_PREFIX + 
"schema-version";
 
+  static final String RETRYABLE_STATUS_CODES = "retryable_status_codes";

Review Comment:
   Fair enough. It makes sense indeed. But it also means that `strict-mode` and 
`schema-version` should not have been prefixed by `jdbc` then.
   We can change that, but as it's user facing, it could be problematic.
   I can work on a PR to deprecated `jdbc` prefix (not still supporting it) for 
`strict-mode` and `schema-version`.



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

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

Reply via email to