jnh5y commented on code in PR #23652:
URL: https://github.com/apache/flink/pull/23652#discussion_r1383949729
##########
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:
Ok, if I'm following, wiring this through probably fixes / changes
something.
Can you share a little bit about what `requiredComparison` is doing?
--
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]