dawidwys commented on code in PR #23652:
URL: https://github.com/apache/flink/pull/23652#discussion_r1385029083
##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/logical/utils/LogicalTypeChecks.java:
##########
@@ -242,6 +245,139 @@ public static boolean hasWellDefinedString(LogicalType
logicalType) {
}
}
+ public static boolean areComparable(
+ LogicalType firstType,
+ LogicalType secondType,
+ StructuredComparison requiredComparison) {
Review Comment:
Yes exactly, it's just because I moved it out of the class. Previously it
came from `ComparableTypeStrategy` field
--
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]