Skip to content

Commit

Permalink
Pick "[Chore](case) remove load big lateral view from p1 to p2(apache…
Browse files Browse the repository at this point in the history
…#17851)" (apache#1572)

move load big lateral view from p1 to p2, this case takes a long time to execute

Co-authored-by: Pxl <pxl290@qq.com>
  • Loading branch information
2 people authored and gavinchou committed Apr 4, 2023
1 parent 1d7bfbf commit 6e3c41b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

suite("query_p1") {
suite("load_from_big_lateral_view") {
def dbName = "regression_load_from_big_lateral_view"
sql "DROP DATABASE IF EXISTS ${dbName}"
sql "CREATE DATABASE ${dbName}"
Expand Down

0 comments on commit 6e3c41b

Please sign in to comment.