[Chore](case) remove load big lateral view from p1 to p2 (#17851)

move load big lateral view from p1 to p2, this case takes a long time to execute
This commit is contained in:
Pxl
2023-03-20 13:10:12 +08:00
committed by GitHub
parent 223d7a36eb
commit 45232d65a6
2 changed files with 1 additions and 1 deletions

View File

@ -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}"