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

Gabriel39 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 c09ebd73c13 [test](regression) Remove parquet complex cross page case 
(#65251)
c09ebd73c13 is described below

commit c09ebd73c13c1633aa06e1dd0520a5d1d707b2b0
Author: Socrates <[email protected]>
AuthorDate: Mon Jul 6 22:46:26 2026 +0800

    [test](regression) Remove parquet complex cross page case (#65251)
    
    Remove the parquet complex cross page regression case
    and its expected output from the hive external table suite.
---
 .../hive/test_parquet_complex_cross_page.out       | 10 ----
 .../hive/test_parquet_complex_cross_page.groovy    | 55 ----------------------
 2 files changed, 65 deletions(-)

diff --git 
a/regression-test/data/external_table_p2/hive/test_parquet_complex_cross_page.out
 
b/regression-test/data/external_table_p2/hive/test_parquet_complex_cross_page.out
deleted file mode 100644
index e68420444ba..00000000000
--- 
a/regression-test/data/external_table_p2/hive/test_parquet_complex_cross_page.out
+++ /dev/null
@@ -1,10 +0,0 @@
--- This file is automatically generated. You should know what you did if you 
want to edit this
--- !1 --
-1
-
--- !2 --
-5000
-
--- !3 --
-5000
-
diff --git 
a/regression-test/suites/external_table_p2/hive/test_parquet_complex_cross_page.groovy
 
b/regression-test/suites/external_table_p2/hive/test_parquet_complex_cross_page.groovy
deleted file mode 100644
index 14c3c778240..00000000000
--- 
a/regression-test/suites/external_table_p2/hive/test_parquet_complex_cross_page.groovy
+++ /dev/null
@@ -1,55 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-suite("test_parquet_complex_cross_page", "p2,external") {
-
-    String enabled = context.config.otherConfigs.get("enableExternalEmrTest")
-    //hudi hive use same catalog in p2.
-    if (enabled == null || !enabled.equalsIgnoreCase("true")) {
-        logger.info("disable test")
-        return;
-    }
-
-    String props = context.config.otherConfigs.get("emrCatalogCommonProp")    
-    String hms_catalog_name = "test_parquet_complex_cross_page"
-
-    sql """drop catalog if exists ${hms_catalog_name};"""
-    sql """
-        CREATE CATALOG IF NOT EXISTS ${hms_catalog_name}
-        PROPERTIES (
-            "type" = "hms",
-            'hive.version' = '3.1.3', 
-            ${props}
-        );
-    """
-
-    logger.info("catalog " + hms_catalog_name + " created")
-    sql """switch ${hms_catalog_name};"""
-    logger.info("switched to catalog " + hms_catalog_name)
-    sql """ use regression;"""
-
-    sql """ set dry_run_query=true; """ 
-
-    sql """ set net_read_timeout = 1800; """
-
-    qt_1 """  SELECT *  FROM test_parquet_complex_cross_page WHERE 
device_id='DZ692'  and format_time between 1737693770300 and 1737693770500 
-    and date between '20250124' and '20250124'  and project='GA20230001' ; """ 
-    qt_2 """ SELECT functions_pnc_ssm_road_di_objects from 
test_parquet_complex_cross_page ; """ 
-    qt_3 """ select * from test_parquet_complex_cross_page ; """ 
-    
-    sql """drop catalog ${hms_catalog_name};"""
-}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to