twalthr commented on a change in pull request #14328:
URL: https://github.com/apache/flink/pull/14328#discussion_r538130793
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/expressions/ScalarOperatorsTest.scala
##########
@@ -94,10 +94,33 @@ class ScalarOperatorsTest extends ScalarOperatorsTestBase {
"x'68656C6C6F20636F6465' > x'68656C6C6F2063617374'",
"true")
+ // between array and array
Review comment:
Thanks @wangxlong. I will do a full review soon. Could you use the new
test base?
`org.apache.flink.table.planner.functions.CastFunctionITCase`
It was recently added for casting rows to rows. It will be further extended
as part of FLINK-17321.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]