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

release-19.1: partitionccl: error instead of panic for an invalid partitioning #37703

Merged
merged 1 commit into from
May 21, 2019

Conversation

danhhz
Copy link
Contributor

@danhhz danhhz commented May 21, 2019

Backport 1/1 commits from #37689.

/cc @cockroachdb/release


If a PARTITION BY LIST both didn't match the column names in the index
being partitioned and also tried to partition by more columns than were
in the index, we previously panic'd when constructing the error.

Closes #37682

Release note (bug fix): Fixed a panic when construting the error message
for an invalid partitioning.

If a PARTITION BY LIST both didn't match the column names in the index
being partitioned and also tried to partition by more columns than were
in the index, we previously panic'd when constructing the error.

Closes cockroachdb#37682

Release note (bug fix): Fixed a panic when construting the error message
for an invalid partitioning.
@danhhz danhhz requested review from jordanlewis, justinj and a team May 21, 2019 18:46
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@jordanlewis
Copy link
Member

LGTM.

@danhhz
Copy link
Contributor Author

danhhz commented May 21, 2019

TFTR!

@danhhz danhhz merged commit 1810a4e into cockroachdb:release-19.1 May 21, 2019
@danhhz danhhz deleted the backport19.1-37689 branch May 21, 2019 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants