twalthr commented on a change in pull request #16525:
URL: https://github.com/apache/flink/pull/16525#discussion_r672948600
##########
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:
Let's do it only in master. It is just a typo and not a critical bug
that needs to be fixed urgently.
--
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]