matriv commented on a change in pull request #18624:
URL: https://github.com/apache/flink/pull/18624#discussion_r801608418
##########
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/config/ExecutionConfigOptions.java
##########
@@ -414,6 +415,36 @@
"Determines whether CAST will operate following
the legacy behaviour "
+ "or the new one that introduces various
fixes and improvements.");
+ @Documentation.TableOption(execMode = Documentation.ExecMode.STREAMING)
+ public static final ConfigOption<Boolean>
+ TABLE_EXEC_DEDUPLICATE_INSERT_AND_UPDATE_AFTER_SENSITIVE_ENABLED =
+
key("table.exec.deduplicate.insert-and-updateafter-sensitive.enabled")
Review comment:
I'd rather keep the "-enabled" at the end, to be consistent with the
majority of the `booleanType` config options.
--
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]