From 55545f3e80d8e622778fac55844eb695d068b2bf Mon Sep 17 00:00:00 2001 From: Steven Rhodes Date: Tue, 26 Sep 2023 09:17:47 -0700 Subject: [PATCH] Invalid proto tag to make sure that https://github.com/Snowflake-Labs/sansshell/pull/328 works --- services/fdb/fdb.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/fdb/fdb.proto b/services/fdb/fdb.proto index f9d6b2ca..c1bdb061 100644 --- a/services/fdb/fdb.proto +++ b/services/fdb/fdb.proto @@ -678,7 +678,8 @@ message Log { message FDBCLIResponseOutput { bytes stdout = 1; bytes stderr = 2; - int32 retCode = 3; + string hi = 3; + int32 retCode = 4; } message FDBCLIResponse {