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

sql: interleaved tables notice was incorrectly labeled as an error #70525

Merged
merged 1 commit into from
Sep 21, 2021

Conversation

fqazi
Copy link
Collaborator

@fqazi fqazi commented Sep 21, 2021

Previously, interleaved tables were only deprecated, and
later on we fully dropped support for them returning a new
notice with the word "error" indicating they were no-ops. This
was inadequates because the message is not fatal and only a notice.
To address this, this patch will change them message type to notice.

Release note: None

@fqazi fqazi requested review from ajwerner and a team September 21, 2021 19:45
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Fixes: cockroachdb#70526

Previously, interleaved tables were only deprecated, and
later on we fully dropped support for them returning a new
notice with the word "error" indicating they were no-ops. This
was inadequates because the message is not fatal and only a notice.
To address this, this patch will change them message type to notice.

Release note: None
Copy link
Contributor

@ajwerner ajwerner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fqazi
Copy link
Collaborator Author

fqazi commented Sep 21, 2021

@ajwerner TFTR!

@fqazi
Copy link
Collaborator Author

fqazi commented Sep 21, 2021

bors r+

@craig
Copy link
Contributor

craig bot commented Sep 21, 2021

Build succeeded:

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