aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruzhas <uzhas@yandex-team.ru>2022-04-07 20:32:24 +0300
committeruzhas <uzhas@yandex-team.ru>2022-04-07 20:32:24 +0300
commitfa28a389eafaba5839287e5ab52d03b1c8ea8f29 (patch)
tree2be7b6c668bb4d93bbbd81274b2f0de975e6274f
parentf63978936f0840928dbd61f131b4adad7fce5c55 (diff)
downloadydb-fa28a389eafaba5839287e5ab52d03b1c8ea8f29.tar.gz
YQ-1034: terminate query in case of minikql error in CA bootstrap
ref:279a3535dccb8a69b9d9c9f401a323a35b118732
-rw-r--r--ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h b/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h
index f831bda122..a99a7e7d46 100644
--- a/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h
+++ b/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h
@@ -110,7 +110,7 @@ public:
<< ", host: " << HostName()
<< ", canAllocateExtraMemory: " << CanAllocateExtraMemory);
} catch (const std::exception& e) {
- InternalError(TIssuesIds::DEFAULT_ERROR, e.what());
+ InternalError(TIssuesIds::UNEXPECTED, e.what());
}
ReportEventElapsedTime();