Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
CAJan93 committed Jun 6, 2024
1 parent 443126d commit 497339a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions proto/meta.proto
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,14 @@ message SubscribeResponse {
}
common.Status status = 1;
Operation operation = 2;

// catalog version
uint64 version = 3;

// holds all MVs which have completed their backfill operations
// contains IDs from catalog.Table.id
repeated uint32 mv_backfills_completed = 30;

oneof info {
catalog.Database database = 4;
catalog.Schema schema = 5;
Expand All @@ -471,10 +478,6 @@ message SubscribeResponse {
FragmentWorkerSlotMapping streaming_worker_slot_mapping = 27;
FragmentWorkerSlotMappings serving_worker_slot_mappings = 28;
catalog.Secret secret = 29;

// holds all MVs which have completed their backfill operations
// contains IDs from catalog.Table.id
repeated uint32 mv_backfills_completed = 30;
}
reserved 12;
reserved "parallel_unit_mapping";
Expand Down

0 comments on commit 497339a

Please sign in to comment.