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

morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 9f676d2f784551da2f2bf8b026512f6bd48d852f
Author: morningman <morning...@163.com>
AuthorDate: Sat Aug 19 22:31:39 2023 +0800

    [branch1.2](test) fix some regression test case
---
 .../bloom_filter_p0/test_create_table_with_bloom_filter.out  | 12 ++++++------
 regression-test/data/performance_p0/redundant_conjuncts.out  |  2 --
 .../suites/jdbc_catalog_p0/test_mysql_jdbc_catalog.groovy    |  1 +
 .../query_p0/sql_functions/math_functions/test_round.groovy  |  1 -
 4 files changed, 7 insertions(+), 9 deletions(-)

diff --git 
a/regression-test/data/bloom_filter_p0/test_create_table_with_bloom_filter.out 
b/regression-test/data/bloom_filter_p0/test_create_table_with_bloom_filter.out
index 06e477015c..ece2c993db 100644
--- 
a/regression-test/data/bloom_filter_p0/test_create_table_with_bloom_filter.out
+++ 
b/regression-test/data/bloom_filter_p0/test_create_table_with_bloom_filter.out
@@ -13,9 +13,9 @@ char_key      CHAR(1) No      true    \N      BLOOM_FILTER
 character_most_key     VARCHAR(65533)  No      true    \N      BLOOM_FILTER
 decimal_key    DECIMALV3(20,6) No      true    \N      BLOOM_FILTER
 decimal_most_key       DECIMALV3(27,9) No      true    \N      BLOOM_FILTER
-decimal32_key  DECIMALV3V3(5,1)        No      true    \N      BLOOM_FILTER
-decimal64_key  DECIMALV3V3(14,1)       No      true    \N      BLOOM_FILTER
-decimal128_key DECIMALV3V3(38,1)       No      true    \N      BLOOM_FILTER
+decimal32_key  DECIMALV3(5,1)  No      true    \N      BLOOM_FILTER
+decimal64_key  DECIMALV3(14,1) No      true    \N      BLOOM_FILTER
+decimal128_key DECIMALV3(38,1) No      true    \N      BLOOM_FILTER
 date_key       DATE    No      true    \N      BLOOM_FILTER
 datetime_key   DATETIME        No      true    \N      BLOOM_FILTER
 datev2_key     DATE    No      true    \N      BLOOM_FILTER
@@ -32,9 +32,9 @@ char_value    CHAR(1) No      false   \N      REPLACE
 character_most_value   VARCHAR(65533)  No      false   \N      REPLACE
 decimal_value  DECIMALV3(20,6) No      false   \N      SUM
 decimal_most_value     DECIMALV3(27,9) No      false   \N      SUM
-decimal32_value        DECIMALV3V3(5,1)        No      false   \N      SUM
-decimal64_value        DECIMALV3V3(14,1)       No      false   \N      SUM
-decimal128_value       DECIMALV3V3(38,1)       No      false   \N      SUM
+decimal32_value        DECIMALV3(5,1)  No      false   \N      SUM
+decimal64_value        DECIMALV3(14,1) No      false   \N      SUM
+decimal128_value       DECIMALV3(38,1) No      false   \N      SUM
 date_value_max DATE    No      false   \N      MAX
 date_value_replace     DATE    No      false   \N      REPLACE
 date_value_min DATE    No      false   \N      MIN
diff --git a/regression-test/data/performance_p0/redundant_conjuncts.out 
b/regression-test/data/performance_p0/redundant_conjuncts.out
index dfaf44c5e0..3baa5b3d93 100644
--- a/regression-test/data/performance_p0/redundant_conjuncts.out
+++ b/regression-test/data/performance_p0/redundant_conjuncts.out
@@ -12,7 +12,6 @@ PLAN FRAGMENT 0
      PREDICATES: `k1` = 1
      partitions=0/1, tablets=0/0, tabletList=
      cardinality=0, avgRowSize=8.0, numNodes=1
-     limit: 9223372036854775807
 
 -- !redundant_conjuncts_gnerated_by_extract_common_filter --
 PLAN FRAGMENT 0
@@ -27,5 +26,4 @@ PLAN FRAGMENT 0
      PREDICATES: `k1` = 1 OR `k1` = 2
      partitions=0/1, tablets=0/0, tabletList=
      cardinality=0, avgRowSize=8.0, numNodes=1
-     limit: 9223372036854775807
 
diff --git 
a/regression-test/suites/jdbc_catalog_p0/test_mysql_jdbc_catalog.groovy 
b/regression-test/suites/jdbc_catalog_p0/test_mysql_jdbc_catalog.groovy
index 400fa4ec44..a84ad1a9c0 100644
--- a/regression-test/suites/jdbc_catalog_p0/test_mysql_jdbc_catalog.groovy
+++ b/regression-test/suites/jdbc_catalog_p0/test_mysql_jdbc_catalog.groovy
@@ -157,5 +157,6 @@ suite("test_mysql_jdbc_catalog", "p0") {
         qt_mysql_all_types """select * from all_types order by tinyint_u;"""
 
         sql """ drop catalog if exists ${catalog_name} """
+        sql """ADMIN SET FRONTEND CONFIG ("enable_decimal_conversion" = 
"false");"""
     }
 }
diff --git 
a/regression-test/suites/query_p0/sql_functions/math_functions/test_round.groovy
 
b/regression-test/suites/query_p0/sql_functions/math_functions/test_round.groovy
index fe809e3b64..f65010c411 100644
--- 
a/regression-test/suites/query_p0/sql_functions/math_functions/test_round.groovy
+++ 
b/regression-test/suites/query_p0/sql_functions/math_functions/test_round.groovy
@@ -131,5 +131,4 @@ suite("test_round") {
     qt_query """ select truncate(decimal_col,2) from test_decimalv2; """
     qt_query """ select ceil(decimal_col,2) from test_decimalv2; """
     qt_query """ select floor(decimal_col,2) from test_decimalv2; """
-    sql """ ADMIN SET FRONTEND CONFIG ("enable_decimal_conversion" = "true"); 
"""
 }


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

Reply via email to