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

backupccl,delegate: change SHOW SCHEDULES columns for schedule options #111759

Merged
merged 1 commit into from Oct 4, 2023

Conversation

adityamaru
Copy link
Contributor

@adityamaru adityamaru commented Oct 4, 2023

For 23.2 we added two columns to SHOW SCHEDULES that surfaces the values for the schedule options corresponding to on_previous_running and on_execution_failure. These column names were previously named on_wait and on_error since those were the internal proto names. It makes more sense to align these with the publically documented option names.

Epic: none
Release note (sql change): SHOW SCHEDULES has two columns that surface the schedule options. These columns have been renamed to align with the documented option names namely on_previous_running and on_execution_failure.

For 23.2 we added two columns to `SHOW SCHEDULES` that
surfaces the values for the schedule options corresponding to
`on_previous_running` and `on_execution_failure`. These column
names were previously named `on_wait` and `on_error` since those
were the internal proto names. It makes more sense to align
these with the publically documented option names.

Release note (sql change): `SHOW SCHEDULES` has two columns
that surface the schedule options. These columns have been
renamed to align with the documented option names namely
`on_previous_running` and `on_execution_failure`.
@adityamaru adityamaru requested a review from a team as a code owner October 4, 2023 14:58
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@adityamaru
Copy link
Contributor Author

flakes seems unrelated

bors r=msbutler

@craig
Copy link
Contributor

craig bot commented Oct 4, 2023

Build succeeded:

@craig craig bot merged commit fd181dd into cockroachdb:master Oct 4, 2023
7 of 8 checks passed
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.

None yet

3 participants