+str Add Flow#preMaterialize. (#31190)

This commit is contained in:
kerr 2022-04-01 16:05:52 +08:00 committed by GitHub
parent b5c29e05c0
commit db3b283034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 126 additions and 6 deletions

View file

@ -74,7 +74,7 @@ object StreamOperatorsIndexGenerator extends AutoPlugin {
// FIXME document these methods as well
val pendingTestCases = Map(
"Source" -> (pendingSourceOrFlow ++ Seq("preMaterialize")),
"Source" -> (pendingSourceOrFlow),
"Flow" -> (pendingSourceOrFlow ++ Seq(
"lazyInit",
"fromProcessorMat",