summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kardymon <[email protected]>2024-02-27 16:50:42 +0300
committerGitHub <[email protected]>2024-02-27 16:50:42 +0300
commit4c28a8e2b4da11e09d075433a36db4c0626f46e4 (patch)
tree614e5b2a27ac694c0448a36f94d1e11c90620d69
parent9e693c972b23efa968c9f64abcbe46f1f3dc0f11 (diff)
YQ-2862 Add partition id to log (#2251)
-rw-r--r--ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h1
1 files changed, 1 insertions, 0 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 d68023d5731..4de8b942d9e 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
@@ -1260,6 +1260,7 @@ protected:
.InputIndex = inputIndex,
.StatsLevel = collectStatsLevel,
.TxId = TxId,
+ .TaskId = Task.GetId(),
.SecureParams = secureParams,
.TaskParams = taskParams,
.ReadRanges = readRanges,