ygerzhedovich commented on a change in pull request #9808:
URL: https://github.com/apache/ignite/pull/9808#discussion_r803695777
##########
File path:
modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
##########
@@ -1730,6 +1730,11 @@
@SystemProperty("Allow use composite _key, _val columns at the
INSERT/UPDATE/MERGE statements")
public static final String IGNITE_SQL_ALLOW_KEY_VAL_UPDATES =
"IGNITE_SQL_ALLOW_KEY_VAL_UPDATES";
+ /**
+ * Forcibly fills missing columns belonging to the primary key with nulls
or default values if those have been specified.
+ */
+ public static final String IGNITE_SQL_FILL_ABSENT_PK_WITH_DEFAULTS =
"IGNITE_SQL_FILL_ABSENT_PK_WITH_DEFAULTS";
Review comment:
let's use new approach with anotation @SystemProperty
--
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]