aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-11-16 00:37:04 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-11-16 00:45:52 +0300
commitd718fa6cbeecef9f17820b0c27f2ecc609aea57c (patch)
treea0894bfcbd25c2867239f36dd669e9f3c9978cea
parent04b5229959af1b72ccc722dc45c01ae1490fe5bf (diff)
downloadydb-d718fa6cbeecef9f17820b0c27f2ecc609aea57c.tar.gz
Intermediate changes
commit_hash:202f8bd6dd019b30f375405881463c996d4546b7
-rw-r--r--yt/yt/client/driver/driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/client/driver/driver.cpp b/yt/yt/client/driver/driver.cpp
index 48d6f7d62b..afa22250e6 100644
--- a/yt/yt/client/driver/driver.cpp
+++ b/yt/yt/client/driver/driver.cpp
@@ -357,7 +357,7 @@ public:
REGISTER (TAdvanceQueueConsumerCommand, "advance_queue_consumer", Null, Structured, true, false, ApiVersion4);
REGISTER (TCreateQueueProducerSessionCommand, "create_queue_producer_session", Null, Structured, true, false, ApiVersion4);
REGISTER (TRemoveQueueProducerSessionCommand, "remove_queue_producer_session", Null, Structured, true, false, ApiVersion4);
- REGISTER (TPushQueueProducerCommand, "push_queue_producer", Null, Structured, true, false, ApiVersion4);
+ REGISTER (TPushQueueProducerCommand, "push_queue_producer", Tabular, Structured, true, false, ApiVersion4);
REGISTER (TStartQueryCommand, "start_query", Null, Structured, true, false, ApiVersion4);
REGISTER (TAbortQueryCommand, "abort_query", Null, Structured, true, false, ApiVersion4);