dawidwys 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_r226277657
##########
File path:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/utils/TableTestBase.scala
##########
@@ -269,8 +269,9 @@ case class BatchTableTestUtil() extends TableTestUtil {
}
}
-case class StreamTableTestUtil() extends TableTestUtil {
- val javaEnv = new LocalStreamEnvironment()
+case class StreamTableTestUtil(javaEnv: JStreamExecutionEnvironment = new
LocalStreamEnvironment())
Review comment:
The reason was that I wanted to use it in `MatchRecognizeItCase`, which
resulted in
The LocalStreamEnvironment cannot be used when submitting a program
through a client, or running in a TestEnvironment context
I wanted to use it just for validation checks, but I moved it to a separate
class, so I also reverted those changes.
----------------------------------------------------------------
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