Skip to content

Commit a29e93b

Browse files
switch on mkql factory for cs (#8682)
1 parent 6180869 commit a29e93b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/core/tx/columnshard/columnshard_impl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
#include <ydb/services/metadata/service.h>
4343
#include <ydb/core/tx/tiering/manager.h>
4444
#include <ydb/core/tx/conveyor/usage/service.h>
45+
#include <ydb/core/engine/minikql/flat_local_tx_factory.h>
4546

4647
namespace NKikimr::NColumnShard {
4748

@@ -65,7 +66,7 @@ NTabletPipe::TClientConfig GetPipeClientConfig() {
6566

6667
TColumnShard::TColumnShard(TTabletStorageInfo* info, const TActorId& tablet)
6768
: TActor(&TThis::StateInit)
68-
, TTabletExecutedFlat(info, tablet, nullptr)
69+
, TTabletExecutedFlat(info, tablet, new NMiniKQL::TMiniKQLFactory)
6970
, TabletCountersHolder(new TProtobufTabletCounters<ESimpleCounters_descriptor, ECumulativeCounters_descriptor,
7071
EPercentileCounters_descriptor, ETxTypes_descriptor>())
7172
, Counters(*TabletCountersHolder)

0 commit comments

Comments
 (0)