Skip to content

Commit faf6234

Browse files
disable some of query accelerator tests due to bug MCOL-6238
1 parent d4c281c commit faf6234

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mysql-test/columnstore/future/query_accelerator.test

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ SELECT "QUERY 1";
4242
# check Query Accelerator for q1 (simple aggregation)
4343
SELECT mcs_get_plan('rules') LIKE '%parallel_ces%' AS qa_q1_applied;
4444

45+
--source ../include/disable_rbo_parallel_ces.inc
4546
SELECT "QUERY 2";
4647
SELECT
4748
s_acctbal,
@@ -71,6 +72,7 @@ SELECT "QUERY 2";
7172
)
7273
ORDER BY s_acctbal DESC, n_name, s_name, p_partkey
7374
LIMIT 100;
75+
--source ../include/enable_rbo_parallel_ces.inc
7476

7577
SELECT "QUERY 3";
7678
SELECT
@@ -228,6 +230,7 @@ SELECT "QUERY 10";
228230
LIMIT 20;
229231

230232
SELECT "QUERY 11";
233+
--source ../include/disable_rbo_parallel_ces.inc
231234
SELECT
232235
ps_partkey,
233236
SUM(ps_supplycost * ps_availqty) AS value
@@ -273,6 +276,7 @@ SELECT "QUERY 13";
273276
) AS c_orders
274277
GROUP BY c_count
275278
ORDER BY custdist DESC, c_count DESC;
279+
--source ../include/enable_rbo_parallel_ces.inc
276280

277281
SELECT "QUERY 14" ;
278282
SELECT
@@ -306,6 +310,7 @@ SELECT "QUERY 15";
306310
)
307311
ORDER BY s_suppkey;
308312

313+
--source ../include/disable_rbo_parallel_ces.inc
309314
SELECT "QUERY 16";
310315
SELECT
311316
p_brand,
@@ -324,6 +329,7 @@ SELECT "QUERY 16";
324329
)
325330
GROUP BY p_brand, p_type, p_size
326331
ORDER BY supplier_cnt DESC, p_brand, p_type, p_size;
332+
--source ../include/enable_rbo_parallel_ces.inc
327333

328334
SELECT "QUERY 17";
329335
SELECT
@@ -338,6 +344,7 @@ SELECT "QUERY 17";
338344
WHERE l_partkey = p_partkey
339345
);
340346

347+
--source ../include/disable_rbo_parallel_ces.inc
341348
SELECT "QUERY 18";
342349
SELECT
343350
c_name,
@@ -357,6 +364,7 @@ SELECT "QUERY 18";
357364
GROUP BY c_name, c_custkey, o_orderkey, o_orderdate, o_totalprice
358365
ORDER BY o_totalprice DESC, o_orderdate, o_orderkey
359366
LIMIT 100;
367+
--source ../include/enable_rbo_parallel_ces.inc
360368

361369
SELECT "QUERY 19";
362370
SELECT

0 commit comments

Comments
 (0)