matriv commented on a change in pull request #18582:
URL: https://github.com/apache/flink/pull/18582#discussion_r798356819
##########
File path:
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/functions/casting/CastRuleUtils.java
##########
@@ -43,6 +43,10 @@ static String nullLiteral(boolean legacyBehaviour) {
return legacyBehaviour ? strLiteral("null") : strLiteral("NULL");
}
+ static String operator(String operator, Object argLeft, Object argRight) {
Review comment:
Sorry, I messed up something when I removed that commit, I will fix and
ping when ready.
--
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]