Skip to content

Commit 4d68f9b

Browse files
authored
fix oltp sink update (#6285)
1 parent ca68997 commit 4d68f9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/core/kqp/ut/service/kqp_qs_queries_ut.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2988,6 +2988,8 @@ Y_UNIT_TEST_SUITE(KqpQueryService) {
29882988
void Execute() {
29892989
AppConfig.MutableTableServiceConfig()->SetEnableOlapSink(true);
29902990
AppConfig.MutableTableServiceConfig()->SetEnableOltpSink(true);
2991+
AppConfig.MutableTableServiceConfig()->SetEnableKqpDataQueryStreamLookup(true);
2992+
AppConfig.MutableTableServiceConfig()->SetOldLookupJoinBehaviour(false);
29912993
auto settings = TKikimrSettings().SetAppConfig(AppConfig).SetWithSampleTables(false);
29922994

29932995
Kikimr = std::make_unique<TKikimrRunner>(settings);

0 commit comments

Comments
 (0)