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
107586: sql: remove deferred c.bufferReadyForQuery r=rafiss a=ecwall
Informs cockroachdb#105448
This line is only used in a testing knob, but is not required by any tests so
it can be removed.
Release note: None
108147: ui: upgrade typescript from v4 to v5 r=maryliag a=maryliag
Upgrade Typescript from v4 to v5, that has a smaller size, is faster and adds new features.
This commit make some updates that were causing errors
on the new Typescript version, such as type mismatch error. [1]
[1] https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#forbidden-implicit-coercions-in-relational-operators
Epic: none
Release note: None
108191: changefeedccl: fix row count in nemeses test r=miretskiy a=jayshrivastava
There was a bug in this test where, when using the declarative schema changer, we would increment the running row count by a factor of 3 when doing addColumn/dropColumn operations. This behavior aligns with the legacy schema changer where we expect to see two backfills. For the declarative schema changer, we should only double the row count because we see one backfill.
In cockroachdb#108155, this bug was caused the rowcount would be incorrectly nonzero which would cause test would get stuck waiting for rows to be emitted.
Fixes: cockroachdb#108155
Release note: None
Epic: None
Co-authored-by: Evan Wall <[email protected]>
Co-authored-by: maryliag <[email protected]>
Co-authored-by: Jayant Shrivastava <[email protected]>
0 commit comments