We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c87e2 commit b6be2cbCopy full SHA for b6be2cb
ydb/core/kqp/runtime/kqp_tasks_runner.h
@@ -59,7 +59,7 @@ class TKqpTasksRunner : public TSimpleRefCount<TKqpTasksRunner>, private TNonCop
59
TMap<ui64, NYql::NDq::TDqTaskSettings> Tasks;
60
TMap<ui64, const NYql::NDq::TDqTaskRunnerStats*> Stats;
61
NYql::NDq::TLogFunc LogFunc;
62
- std::shared_ptr<NKikimr::NMiniKQL::TScopedAlloc> Alloc;
+ std::shared_ptr<NKikimr::NMiniKQL::TScopedAlloc> Alloc;
63
NMiniKQL::TKqpComputeContextBase* ComputeCtx;
64
NMiniKQL::TKqpDatashardApplyContext* ApplyCtx;
65
0 commit comments