wuchong commented on a change in pull request #16525:
URL: https://github.com/apache/flink/pull/16525#discussion_r672919174



##########
File path: 
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/inference/InputTypeStrategies.java
##########
@@ -172,8 +172,8 @@ public static InputTypeStrategy 
wildcardWithCount(ArgumentCount argumentCount) {
      * argument.
      */
     public static InputTypeStrategy comparable(
-            ConstantArgumentCount argumentCount, StructuredComparision 
requiredComparision) {
-        return new ComparableTypeStrategy(argumentCount, requiredComparision);
+            ConstantArgumentCount argumentCount, StructuredComparison 
requiredComparison) {

Review comment:
       I'm fine to get the hotfix in master branch, but not sure for 1.13, 
becuase it changes some public API (even we marked it `@Internal`). What do you 
think about this @twalthr ?




-- 
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]


Reply via email to