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
107995: opt: do not remap columns with non-identical types r=mgartner a=mgartner
This commit limits the remapping of column during join elimination to
only destination columns with identical types to their equivalent source
columns. This prevents the optimizer from producing an incorrect query
plan. See the test cases for examples.
Fixescockroachdb#107850
There is no release note because this bug does not exist in any
releases.
Release note: None
108045: opt: propagate HasUDF in cached shared logical properties r=mgartner a=mgartner
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).
Epic: None
Release note: None
108049: ui: fix infinite cluster setting refresh r=zachlite a=zachlite
The DatabaseTablePage was unconditionally refreshing cluster settings causing a flood of network requests.
Epic: none
Release note (bux fix): A bug has been fixed that caused a flood of requests to refresh cluster settings on the Table Detail page.
If a user would like to see the effect of a modified cluster setting in DB Console, a page-reload is required.
108106: asim: still non-deterministic r=kvoli a=wenyihu6
Part Of: cockroachdb#105904, cockroachdb#108092
Release Note: None
Co-authored-by: Marcus Gartner <[email protected]>
Co-authored-by: Zach Lite <[email protected]>
Co-authored-by: wenyihu6 <[email protected]>
0 commit comments