Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
103023: opt: copy ordering choice columns r=mgartner a=mgartner #### opt: copy ordering choice columns This commit fixes a long-standing bug in `OrderingChoice.Copy` in which the `Group` columns were not being copied. As far as we now, this has caused no user-facing bugs, but it does not follow `Copy`'s description that the new `OrderingChoice` has a "private" version of the ordering column slice, and column sets shared between `OrderingChoice`s could lead to future bugs. Epic: None Release note: None #### opt: fix typo in comment Release note: None 103325: allocator2: structural normalization of SpanConfig r=kvoli a=sumeerbhola The structural normalization is invoked as part of the normalization step. Also includes unit testing of all the normalization code. Informs cockroachdb#103320 Epic: CRDB-25222 Release note: None Co-authored-by: Marcus Gartner <[email protected]> Co-authored-by: sumeerbhola <[email protected]>
- Loading branch information