Skip to content

Commit

Permalink
rename var
Browse files Browse the repository at this point in the history
  • Loading branch information
CAJan93 committed Jul 15, 2024
1 parent 5075a07 commit 39e75f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/meta.proto
Original file line number Diff line number Diff line change
Expand Up @@ -486,9 +486,9 @@ service NotificationService {
}

message BackfillResponse {
// holds all MVs which have completed their backfill operations
// holds all materialized views which have completed their backfill operations
// contains IDs from catalog.Table.id
repeated uint32 mv_backfills_completed = 1;
repeated uint32 materializedViewsBackfillsCompleted = 1;
}

message BackfillRequest {
Expand Down

0 comments on commit 39e75f0

Please sign in to comment.