diff options
author | hor911 <hor911@ydb.tech> | 2022-09-02 00:41:58 +0300 |
---|---|---|
committer | hor911 <hor911@ydb.tech> | 2022-09-02 00:41:58 +0300 |
commit | eb11e8b159422c29c8c10e65a13ed09c8759ee88 (patch) | |
tree | 913efa425197c188345beb3c0648735a22f75427 | |
parent | 2849aa00c973e0d752ae900d89dacc443fd5d4ce (diff) | |
download | ydb-eb11e8b159422c29c8c10e65a13ed09c8759ee88.tar.gz |
Revert commit rXXXXXX
-rw-r--r-- | ydb/core/yq/libs/actors/run_actor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/core/yq/libs/actors/run_actor.cpp b/ydb/core/yq/libs/actors/run_actor.cpp index 806dc10289..e2aeec37f4 100644 --- a/ydb/core/yq/libs/actors/run_actor.cpp +++ b/ydb/core/yq/libs/actors/run_actor.cpp @@ -1308,7 +1308,6 @@ private: apply("EnableComputeActor", "1"); apply("ComputeActorType", "async"); apply("_EnablePrecompute", "0"); // TODO: enable together with removing TEmptyGateway - apply("EnableDqReplicate", "1"); switch (Params.QueryType) { case YandexQuery::QueryContent::STREAMING: { |