twalthr commented on a change in pull request #16525:
URL: https://github.com/apache/flink/pull/16525#discussion_r673936595
##########
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:
We also changed the JSON plan for a different issue recently. We do not
provide any guarantees for this yet.
--
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]