A quick fix for the InsertDWC transform, the current implementation assumes all of the outputs of the producer and inputs of the consumer to have the same folded shapes, stream widths and datatypes. It caused problems for models with branched structures, especially when we allow join nodes (stream addition, concat, etc...) to have different datatypes among inputs.
A quick fix for the InsertDWC transform, the current implementation assumes all of the outputs of the producer and inputs of the consumer to have the same folded shapes, stream widths and datatypes. It caused problems for models with branched structures, especially when we allow join nodes (stream addition, concat, etc...) to have different datatypes among inputs.