leonardBang commented on a change in pull request #16525:
URL: https://github.com/apache/flink/pull/16525#discussion_r673948804
##########
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:
It makes sense to me, I close this one.
--
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]