-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cdc/admin: Fix output of Jobs API for Changefeeds
Output of the Admin "Jobs" endpoint was broken if any Changefeed type jobs were present; this happened because crdb_internal.jobs can now return NULL for the fraction_completed field, and the Jobs Admin API method was unable to handle this situation. Release note: None
- Loading branch information
Matt Tracy
committed
Aug 9, 2018
1 parent
d1540fe
commit b76e953
Showing
2 changed files
with
35 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters