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
Right now each field inside Eval is mapped to a separate 'EvalOperator' which makes the pipeline much larger than it has to be.
Instead only one EvalOperator per Eval should be created that incorporates all the evaluated fields in the same stage in the pipeline.