Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schemachanger: remove subzone fallbacks #135918

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 26, 2024

  1. testutils: align SetZoneConfig with dsc yaml depr

    This patch avoids using yaml syntax for zone configs
    in some tests as it becomes deprecated in the DSC.
    
    Epic: none
    Release note: None
    annrpom committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c48dd42 View commit details
    Browse the repository at this point in the history
  2. scbuildstmt: order supported statments list

    Epic: none
    Release note: None
    annrpom committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b598531 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. sql: cleanup CCL logic for drop index

    This logic is no longer needed.
    
    Epic: none
    Release note: None
    annrpom committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    9f8f1e8 View commit details
    Browse the repository at this point in the history
  2. schemachanger: consider indexes created from backfills in idx cfg

    Previously, we would hit a panic if we tried setting the zone config
    on an index that had a temp index from a backfill. This panic was
    caused from an incorrect assumption that there would only be 1
    `IndexName` during the backfill.
    
    This patch ensures that we filter out by the current status of
    `PUBLIC` -- which should guarantee uniqueness.
    
    Epic: none
    Release note: None
    annrpom committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    77ccba5 View commit details
    Browse the repository at this point in the history
  3. schemachanger: remove subzone fallbacks

    Fixes: cockroachdb#130900
    
    Release note: None
    annrpom committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    03b73d2 View commit details
    Browse the repository at this point in the history