Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
CAJan93 committed Jul 11, 2024
1 parent c00bd44 commit 41e635c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/meta.proto
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ service NotificationService {
message BackfillResponse {
// holds all MVs which have completed their backfill operations
// contains IDs from catalog.Table.id
repeated uint32 mv_backfills_completed = 30;
repeated uint32 mv_backfills_completed = 1;
}

message BackfillRequest {
Expand Down

0 comments on commit 41e635c

Please sign in to comment.