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
TopK: avoid mapping errors when limit is constant (#33499)
We used to always render an operator to map the error collection, even
if we could determine that the limit expression could never error. This
change adjusts rendering to only render error handling if the expression
is not a literal, or evaluates to an error itself.
Signed-off-by: Moritz Hoffmann <[email protected]>
0 commit comments