Skip to content

Commit

Permalink
[branch1.2] make load_from_big_lateral_view.groovy small
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Apr 17, 2023
1 parent 33a31de commit f90ce00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- This file is automatically generated. You should know what you did if you want to edit this
-- !sql --
100000000
10000000

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ suite("query_p1") {
PROPERTIES("replication_num" = "1");
"""

sql """insert into test select e1,e1,e1,e1 from (select 1 k1) as t lateral view explode_numbers(100000000) tmp1 as e1;"""
sql """insert into test select e1,e1,e1,e1 from (select 1 k1) as t lateral view explode_numbers(10000000) tmp1 as e1;"""

qt_sql """select count(*) from test;"""
}
Expand Down

0 comments on commit f90ce00

Please sign in to comment.