Skip to content

Commit 5d199f4

Browse files
pavelvelikhovVelikhov Pavel
andauthored
[NEW RBO] Turned on more passing TPCH tests (#32915)
Co-authored-by: Velikhov Pavel <[email protected]>
1 parent 368a82a commit 5d199f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/ut/rbo/kqp_rbo_yql_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ Y_UNIT_TEST_SUITE(KqpRboYql) {
885885

886886
Y_UNIT_TEST(TPCH_YQL) {
887887
//RunTPCHYqlBenchmark(/*columnstore*/ true, {}, /*new rbo*/ false);
888-
RunTPCHYqlBenchmark(/*columnstore*/ true, {1, 2, 3, 5, 6, 7, 8, 9, 10, 12, 13, 14, 16, 19}, /*new rbo*/ true);
888+
RunTPCHYqlBenchmark(/*columnstore*/ true, {1, 2, 3, /*4,*/ 5, 6, 7, 8, 9, 10, /*11,*/ 12, 13, 14, /*15,*/ 16, 18, 19, 20, /*21, 22*/}, /*new rbo*/ true);
889889
}
890890

891891
void InsertIntoSchema0(NYdb::NTable::TTableClient &db, std::string tableName, int numRows) {

0 commit comments

Comments
 (0)