mchades commented on code in PR #11318:
URL: https://github.com/apache/gravitino/pull/11318#discussion_r3332165666
##########
catalogs/catalog-common/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/IcebergConstants.java:
##########
@@ -38,6 +38,8 @@ public class IcebergConstants {
public static final String GRAVITINO_JDBC_SCHEMA_VERSION =
"jdbc-schema-version";
public static final String ICEBERG_JDBC_SCHEMA_VERSION =
"jdbc.schema-version";
+ public static final String ICEBERG_JDBC_STRICT_MODE = "jdbc.strict-mode";
Review Comment:
Do you need to update the user documentation?
--
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]