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
opt: propagate HasUDF in cached shared logical properties
This commit fixes a minor bug where the `props.Shared.HasUDF` property
was not correctly propagated from cached shared properties of an
expression's children. As far as I can tell, this bug currently has no
effect on any optimizer behavior. `HasUDF` is only used in determining
if the insert fast path can be used and there are other, more strict
restrictions for the insert fast path that preclude acceptance of any
expression in which `HasUDF` may not be properly propagated (e.g., a
Values expression without subqueries is required and the only way I can
figure to include a UDF invocation in a relational expression that's a
child of a Values clause is with a subquery).
Release note: None
0 commit comments