aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraozeritsky <aozeritsky@ydb.tech>2023-11-20 14:17:31 +0300
committeraozeritsky <aozeritsky@ydb.tech>2023-11-20 16:37:05 +0300
commit66cf64aaa069a37c619ad2e3c1fcacc60c12a031 (patch)
tree71b7bf76f3883187f44f878745d7db24b9920d52
parent9356bfd9595eabbbe28f563ecf050735b9a60fd0 (diff)
downloadydb-66cf64aaa069a37c619ad2e3c1fcacc60c12a031.tar.gz
Remove unused messages
-rw-r--r--ydb/library/yql/providers/dq/api/protos/task_command_executor.proto8
1 files changed, 0 insertions, 8 deletions
diff --git a/ydb/library/yql/providers/dq/api/protos/task_command_executor.proto b/ydb/library/yql/providers/dq/api/protos/task_command_executor.proto
index 90d56fa932..3532c5f58e 100644
--- a/ydb/library/yql/providers/dq/api/protos/task_command_executor.proto
+++ b/ydb/library/yql/providers/dq/api/protos/task_command_executor.proto
@@ -143,11 +143,3 @@ message TSourcePushRequest {
int64 Space = 2;
}
-message TSourcePushChunk {
- int64 Parts = 1;
- bytes String = 2;
-}
-
-message TSourcePushPart {
- bytes String = 1;
-}