You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fields from the auxiliary processor get added to the model of the
primary processor wrapped in an untyped collection with the name of the
auxiliary processor. Therefore, instead of checking that the primary
and auxiliary processors don't share the same name, we should check that
the primary processor doesn't already have a field with the name of the
auxiliary processor.
0 commit comments