raminqaf commented on code in PR #29221:
URL: https://github.com/apache/flink/pull/29221#discussion_r4095029632
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/expressions/ScalarOperatorsTest.scala:
##########
@@ -60,6 +60,37 @@ class ScalarOperatorsTest extends ScalarOperatorsTestBase {
"f7 IN (f16, f17)",
"TRUE"
)
+
+ for (numericType <- Seq("FLOAT", "DOUBLE")) {
Review Comment:
Can't this be replace with a parametized test?
--
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]