twalthr commented on a change in pull request #6815: [FLINK-7062][cep][table]
Added basic support for MATCH_RECOGNIZE
URL: https://github.com/apache/flink/pull/6815#discussion_r225586949
##########
File path:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/codegen/MatchCodeGenerator.scala
##########
@@ -95,6 +116,12 @@ class MatchCodeGenerator(
throw new CodeGenException("Unsupported Function.")
}
+ if (!reuseOpenCode().trim.isEmpty || !reuseCloseCode().trim.isEmpty) {
+ throw new TableException(
+ "Match recognize do not support UDFs, nor other functions that require
" +
Review comment:
nit: `does`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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