!str #16168: Expose materialized value in the graph as a "source"
This commit is contained in:
parent
37aa2cb886
commit
a7af773e2c
33 changed files with 601 additions and 173 deletions
|
|
@ -14,7 +14,7 @@ class GraphMergeSpec extends TwoStreamsSetup {
|
|||
|
||||
override type Outputs = Int
|
||||
|
||||
override def fixture(b: FlowGraph.Builder): Fixture = new Fixture(b: FlowGraph.Builder) {
|
||||
override def fixture(b: FlowGraph.Builder[_]): Fixture = new Fixture(b) {
|
||||
val merge = b add Merge[Outputs](2)
|
||||
|
||||
override def left: Inlet[Outputs] = merge.in(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue