From 7a9229df142cedb9f4afcb5f00de1146efc3e03e Mon Sep 17 00:00:00 2001 From: Yuhao Su Date: Mon, 17 Jun 2024 14:52:36 -0500 Subject: [PATCH] comment --- proto/catalog.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/catalog.proto b/proto/catalog.proto index bebd9da62a3e..c9eedf93f41b 100644 --- a/proto/catalog.proto +++ b/proto/catalog.proto @@ -83,7 +83,7 @@ message StreamSourceInfo { // Options specified by user in the FORMAT ENCODE clause. map format_encode_options = 14; - // Handle the source relies on any sceret. The key is the propertity name and the value is the secret id. + // Handle the source relies on any sceret. The key is the propertity name and the value is the secret id and type. map secret_ref = 16; } @@ -180,7 +180,7 @@ message Sink { // Whether it should use background ddl or block until backfill finishes. CreateType create_type = 24; - // Handle the sink relies on any sceret. The key is the propertity name and the value is the secret id. + // Handle the sink relies on any sceret. The key is the propertity name and the value is the secret id and type. map secret_ref = 25; }