From 39e75f01af6dc023cbb0ff8509c5bd55704d22dc Mon Sep 17 00:00:00 2001 From: CAJan93 Date: Mon, 15 Jul 2024 16:48:57 +0200 Subject: [PATCH] rename var --- proto/meta.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/meta.proto b/proto/meta.proto index 6a0c0e77946ef..a387736a3fc41 100644 --- a/proto/meta.proto +++ b/proto/meta.proto @@ -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 {