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

DB-12363: fix drop column and constraints(3.1) #5702

Open
wants to merge 1 commit into
base: branch-3.1
Choose a base branch
from

Conversation

jyuanca
Copy link

@jyuanca jyuanca commented Jul 20, 2021

Short Description

Fixes a regression from DB-12224

Long Description

DB-12224 introduced an upgrade scripts that recreate some system table indexes. For core system tables and indexes, splice stores their conglomerate number in zookeeper. The upgrade scripts needs to update them.

How to test

Deploy a pre-2024 build to create a splice database. Deploy 2025 build to upgrade database. Restart and run simple queries, such as show tables, select count(*) from sys.systable, from sqlshell.

@jyuanca jyuanca requested a review from carolp-503 as a code owner July 20, 2021 18:51
@jyuanca
Copy link
Author

jyuanca commented Jul 20, 2021

jenkins please test branch @cdh6.3.0

@cloudspliceci
Copy link
Contributor

@jyuanca
Copy link
Author

jyuanca commented Jul 21, 2021

jenkins please test branch @cdh6.3.0

@cloudspliceci
Copy link
Contributor

TEST SUCCEEDED +1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants