@@ -3,7 +3,7 @@ include ../../tpch/create_tables.slt.part
3
3
include ../../streaming/tpch/views/q1.slt.part
4
4
include ../../streaming/tpch/views/q2.join_reorder.workaround.slt.part
5
5
include ../../streaming/tpch/views/q3.slt.part
6
- include ../../streaming/tpch/views/q4.slt.part
6
+ # include ../../streaming/tpch/views/q4.slt.part
7
7
include ../../streaming/tpch/views/q5.slt.part
8
8
include ../../streaming/tpch/views/q6.slt.part
9
9
include ../../streaming/tpch/views/q7.slt.part
@@ -15,9 +15,9 @@ include ../../streaming/tpch/views/q12.slt.part
15
15
include ../../streaming/tpch/views/q13.slt.part
16
16
include ../../streaming/tpch/views/q14.slt.part
17
17
include ../../streaming/tpch/views/q17.slt.part
18
- include ../../streaming/tpch/views/q18.slt.part
18
+ # include ../../streaming/tpch/views/q18.slt.part
19
19
include ../../streaming/tpch/views/q19.slt.part
20
- include ../../streaming/tpch/views/q20.slt.part
20
+ # include ../../streaming/tpch/views/q20.slt.part
21
21
22
22
include ../../tpch/insert_customer.slt.part
23
23
include ../../tpch/insert_lineitem.slt.part
34
34
include ../../streaming/tpch/q1.slt.part
35
35
include ../../streaming/tpch/q2.slt.part
36
36
include ../../streaming/tpch/q3.slt.part
37
- include ../../streaming/tpch/q4.slt.part
37
+ # include ../../streaming/tpch/q4.slt.part
38
38
include ../../streaming/tpch/q5.slt.part
39
39
include ../../streaming/tpch/q6.slt.part
40
40
include ../../streaming/tpch/q7.slt.part
@@ -46,9 +46,9 @@ include ../../streaming/tpch/q12.slt.part
46
46
include ../../streaming/tpch/q13.slt.part
47
47
include ../../streaming/tpch/q14.slt.part
48
48
include ../../streaming/tpch/q17.slt.part
49
- include ../../streaming/tpch/q18.slt.part
49
+ # include ../../streaming/tpch/q18.slt.part
50
50
include ../../streaming/tpch/q19.slt.part
51
- include ../../streaming/tpch/q20.slt.part
51
+ # include ../../streaming/tpch/q20.slt.part
52
52
53
53
statement ok
54
54
drop materialized view tpch_q1;
@@ -59,9 +59,6 @@ drop materialized view tpch_q2;
59
59
statement ok
60
60
drop materialized view tpch_q3;
61
61
62
- statement ok
63
- drop materialized view tpch_q4;
64
-
65
62
statement ok
66
63
drop materialized view tpch_q5;
67
64
@@ -92,13 +89,7 @@ drop materialized view tpch_q14;
92
89
statement ok
93
90
drop materialized view tpch_q17;
94
91
95
- statement ok
96
- drop materialized view tpch_q18;
97
-
98
92
statement ok
99
93
drop materialized view tpch_q19;
100
94
101
- statement ok
102
- drop materialized view tpch_q20;
103
-
104
95
include ../../tpch/drop_tables.slt.part
0 commit comments