Skip to content

Commit

Permalink
feat(frontend): support TPC-H Q1 Q5 (#1460)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh authored Mar 31, 2022
1 parent d584e13 commit 555ff16
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions e2e_test/v2/streaming/tpch_snapshot.slt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@ include ../../tpch/insert_partsupp.slt.part
include ../../tpch/insert_region.slt.part
include ../../tpch/insert_supplier.slt.part

include ../../streaming/tpch/views/q1.slt.part
include ../../streaming/tpch/views/q5.slt.part
include ../../streaming/tpch/views/q6.slt.part

statement ok
drop materialized view tpch_q1;

statement ok
drop materialized view tpch_q5;

statement ok
drop materialized view tpch_q6;

Expand Down

0 comments on commit 555ff16

Please sign in to comment.