Skip to content

Commit 0848c50

Browse files
committed
fixed tests
1 parent 3c92abc commit 0848c50

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ydb/core/kqp/ut/olap/clickbench_ut.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ Y_UNIT_TEST_SUITE(KqpOlapClickbench) {
214214
ORDER BY c DESC
215215
LIMIT 10;
216216
)")
217-
.AddExpectedPlanOptions("KqpOlapFilter")
218-
.SetExpectedReadNodeType("TableFullScan");
217+
.AddExpectedPlanOptions("KqpOlapFilter");
218+
// .SetExpectedReadNodeType("TableFullScan");
219219
q22.FillExpectedAggregationGroupByPlanOptions();
220220

221221
TAggregationTestCase q39;

ydb/core/kqp/ut/spilling/kqp_scan_spilling_ut.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ constexpr auto SimpleGraceJoinWithSpillingQuery = R"(
6363
--!syntax_v1
6464
PRAGMA ydb.EnableSpillingNodes="GraceJoin";
6565
PRAGMA ydb.CostBasedOptimizationLevel='0';
66-
PRAGMA ydb.HashJoinMode='graceandself';
6766
select t1.Key, t1.Value, t2.Key, t2.Value
6867
from `/Root/KeyValue` as t1 full join `/Root/KeyValue` as t2 on t1.Value = t2.Value
6968
order by t1.Value

0 commit comments

Comments
 (0)