hequn8128 commented on a change in pull request #9969:
[FLINK-14022][table-planner][table-planner-blink] Add validation check for
places where Python ScalarFunction cannot be used
URL: https://github.com/apache/flink/pull/9969#discussion_r337888633
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/api/stream/sql/validation/MatchRecognizeValidationTest.scala
##########
@@ -55,6 +56,26 @@ class MatchRecognizeValidationTest extends TableTestBase {
streamUtil.verifyExplain(sql)
}
+ /** Python Function can not be used in MATCH_RECOGNIZE **/
+ @Test(expected = classOf[TableException])
Review comment:
Move this test into the parts that with comments: `Those validations are
temporary. We should remove those tests once we support those features`, i.e.,
line 239
----------------------------------------------------------------
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