File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ ydb/core/kqp/ut/close_with_load unittest.[*/*] chunk
3535ydb/core/kqp/ut/federated_query/large_results KqpScriptExecResults.ExecuteScriptWithLargeFile
3636ydb/core/kqp/ut/indexes KqpMultishardIndex.WriteIntoRenamingAsyncIndex
3737ydb/core/kqp/ut/indexes KqpMultishardIndex.WriteIntoRenamingSyncIndex
38- ydb/core/kqp/ut/olap KqpOlapOptimizer.OptimizationAfterDeletion
3938ydb/core/kqp/ut/query KqpAnalyze.AnalyzeTable+ColumnStore
4039ydb/core/kqp/ut/query KqpLimits.ComputeNodeMemoryLimit
4140ydb/core/kqp/ut/query KqpStats.DeferredEffects+UseSink
Original file line number Diff line number Diff line change @@ -334,6 +334,7 @@ Y_UNIT_TEST_SUITE(KqpOlapOptimizer) {
334334 SELECT
335335 Rows
336336 FROM `/Root/olapStore/olapTable/.sys/primary_index_portion_stats`
337+ WHERE Activity == 1
337338 )" )
338339 .GetValueSync ();
339340 UNIT_ASSERT_C (it.IsSuccess (), it.GetIssues ().ToString ());
You can’t perform that action at this time.
0 commit comments