twalthr commented on a change in pull request #11280: [FLINK-16377][table]
Support inline user defined functions in expression dsl
URL: https://github.com/apache/flink/pull/11280#discussion_r397295153
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/plan/stream/table/validation/CorrelateValidationTest.scala
##########
@@ -68,10 +68,6 @@ class CorrelateValidationTest extends TableTestBase {
//========= throw exception when the called function is a scalar function
====
util.addFunction("func0", Func0)
- // Java Table API call
- expectExceptionThrown(
Review comment:
Why is this not thrown anymore?
----------------------------------------------------------------
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]
With regards,
Apache Git Services