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
149583: sql/inspect: introduce new INSPECT processor into DistSQL flow r=spilchen a=spilchen
This change integrates a new INSPECT processor into the DistSQL framework. The job coordinator for INSPECT now builds a distributed plan across the key spans of a single table (currently only supports one table). The plan is executed across nodes based on the partitioning of the table, invoking the new INSPECT processor on each participating node.
At present, the processor is a no-op that simply returns success, laying groundwork for future changes.
Informs: #148683
Epic: CRDB-30356
Release note: none
149709: go.mod: bump Pebble to a370be5e7e50 r=annrpom a=annrpom
Changes:
* [`a370be5e`](cockroachdb/pebble@a370be5e) internal/keyspan: fix swallowed error in InterleavingIter.NextPrefix
* [`6630a64b`](cockroachdb/pebble@6630a64b) db: print value separation metrics
* [`6f57a213`](cockroachdb/pebble@6f57a213) db: merge in obsolete blob file during failed blob rewrite compaction
Release note: none.
Epic: none.
149716: multiregionccl: skip TestMultiRegionTenantRegions under duress r=rafiss a=rafiss
fixes#149010
Release note: None
Co-authored-by: Matt Spilchen <[email protected]>
Co-authored-by: Annie Pompa <[email protected]>
Co-authored-by: Rafi Shamim <[email protected]>
0 commit comments