yuchengxin commented on code in PR #22767:
URL: https://github.com/apache/flink/pull/22767#discussion_r1241720492
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/hint/FlinkHintStrategies.java:
##########
@@ -122,6 +119,20 @@ private static HintOptionChecker
fixedSizeListOptionChecker(int size) {
FlinkHints.stringifyHints(Collections.singletonList(hint)),
hint.hintName);
+ private static final HintOptionChecker OPTIONS_KV_OPTION_CHECKER =
Review Comment:
Added more checks for new paramters, It's just a checker like others.
--
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]