This is an automated email from the ASF dual-hosted git repository.

panxiaolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 45232d65a6 [Chore](case) remove load big lateral view from p1 to p2 
(#17851)
45232d65a6 is described below

commit 45232d65a6ca3f3948a4e269609663dbe2d2eaa8
Author: Pxl <pxl...@qq.com>
AuthorDate: Mon Mar 20 13:10:12 2023 +0800

    [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
---
 .../{query_p1 => query_p2}/lateral_view/load_from_big_lateral_view.out  | 0
 .../lateral_view/load_from_big_lateral_view.groovy                      | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/data/query_p1/lateral_view/load_from_big_lateral_view.out 
b/regression-test/data/query_p2/lateral_view/load_from_big_lateral_view.out
similarity index 100%
rename from 
regression-test/data/query_p1/lateral_view/load_from_big_lateral_view.out
rename to 
regression-test/data/query_p2/lateral_view/load_from_big_lateral_view.out
diff --git 
a/regression-test/suites/query_p1/lateral_view/load_from_big_lateral_view.groovy
 
b/regression-test/suites/query_p2/lateral_view/load_from_big_lateral_view.groovy
similarity index 97%
rename from 
regression-test/suites/query_p1/lateral_view/load_from_big_lateral_view.groovy
rename to 
regression-test/suites/query_p2/lateral_view/load_from_big_lateral_view.groovy
index 5532713cf1..6d5462459d 100644
--- 
a/regression-test/suites/query_p1/lateral_view/load_from_big_lateral_view.groovy
+++ 
b/regression-test/suites/query_p2/lateral_view/load_from_big_lateral_view.groovy
@@ -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}"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to