Skip to content

Commit 78aa277

Browse files
disable non working queries
1 parent ce57260 commit 78aa277

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mysql-test/columnstore/future/query_accelerator.test

Lines changed: 5 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,8 @@ SELECT "QUERY 10";
228230
LIMIT 20;
229231

230232
SELECT "QUERY 11";
233+
# seems like qa cant work with subquery in HAVING with correlated tables
234+
--source ../include/disable_rbo_parallel_ces.inc
231235
SELECT
232236
ps_partkey,
233237
SUM(ps_supplycost * ps_availqty) AS value
@@ -244,6 +248,7 @@ SELECT "QUERY 11";
244248
AND n_name = 'GERMANY'
245249
)
246250
ORDER BY value DESC, ps_partkey;
251+
--source ../include/enable_rbo_parallel_ces.inc
247252

248253
SELECT "QUERY 12";
249254
SELECT

0 commit comments

Comments
 (0)