matriv commented on a change in pull request #18076:
URL: https://github.com/apache/flink/pull/18076#discussion_r768559079
##########
File path:
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/expressions/ScalarOperatorsTest.scala
##########
@@ -240,3 +243,266 @@ class ScalarOperatorsTest extends ScalarOperatorsTestBase
{
testSqlApi("uuid() = cast(f22 as timestamp_ltz)", "null")
}
}
+
Review comment:
Thank you @tsreaper, It would be great to add new tests using Java
instead of scala.
Please check `CastFunctionITCase` and maybe you can use something similar
for these tests.
--
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]