Skip to:
When using the graph builder with a productSet and an operator with @SourceProducts, the GraphContext:initNodeContext will call addSourceProduct.
This causes the problem in OperatorContext where the sourceProductMap will not have a unique key per sourceProduct.
Instead, initNodeContext should call addSourceProducts with the list of sourceProducts so that sourceProductMap will have unique key names.
ok
This was fixed by Marco and myself during our co-location
Luis, ist this still blocking the release? If so, can you please provide something to reproduce, e.g. unit test?
When using the graph builder with a productSet and an operator with @SourceProducts, the GraphContext:initNodeContext will call addSourceProduct.
This causes the problem in OperatorContext where the sourceProductMap will not have a unique key per sourceProduct.
Instead, initNodeContext should call addSourceProducts with the list of sourceProducts so that sourceProductMap will have unique key names.