snuyanzin commented on code in PR #22842:
URL: https://github.com/apache/flink/pull/22842#discussion_r1503890234


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/inference/InputTypeStrategies.java:
##########
@@ -368,6 +369,14 @@ public static InputTypeStrategy 
commonMultipleArrayType(int minCount) {
     /** @see ItemAtIndexArgumentTypeStrategy */
     public static final ArgumentTypeStrategy ITEM_AT_INDEX = new 
ItemAtIndexArgumentTypeStrategy();
 
+    /**
+     * An {@link InputTypeStrategy} that expects {@code count} arguments that 
have a common map
+     * type.
+     */
+    public static InputTypeStrategy commonMapType(int count) {

Review Comment:
   looks like `count` is not used here



-- 
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...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to