Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
128862: sql: revert multiple partial stats requests error to a pgerror r=Uzair5162 a=Uzair5162 This commit reverts a change in cockroachdb#127836 that changed the error returned when multiple stats are requested at once from a pgerror to a failed assertion. This change caused `GenerateAndCheckRedactedExplainsForPII()` to fail when generating SQL commands for certain explains on partial stats collections with multiple columns, which is unsupported and should be ignored like other pgerrors. Fixes: cockroachdb#128848 Release note: None Co-authored-by: Uzair Ahmad <[email protected]>
- Loading branch information