diff options
author | Daniil Cherednik <dcherednik@ydb.tech> | 2023-08-02 18:38:43 +0000 |
---|---|---|
committer | dcherednik <dcherednik@ydb.tech> | 2023-08-02 21:38:43 +0300 |
commit | f18ede359572d7547fb94817d84ca94522a0b922 (patch) | |
tree | e52953ff415699f6208abb79fd3dc3bd2b20279c | |
parent | e51b96599181f0c806cea4bbade9c5ef7c231df7 (diff) | |
download | ydb-f18ede359572d7547fb94817d84ca94522a0b922.tar.gz |
Remove unused proto field.
Remove unused proto field.
Pull Request resolved: #314
-rw-r--r-- | ydb/core/protos/kqp.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/core/protos/kqp.proto b/ydb/core/protos/kqp.proto index bb66101735..9ae42e889f 100644 --- a/ydb/core/protos/kqp.proto +++ b/ydb/core/protos/kqp.proto @@ -336,7 +336,6 @@ message TEvPingSessionRequest { message TPingSessionResponse { optional Ydb.Table.KeepAliveResult.SessionStatus SessionStatus = 1; - optional bool WorkerIsClosing = 2 [default = false]; } message TEvPingSessionResponse { |