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

morningman 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 f2075d0a81 [Fix](multi-catalog) Fix decimal precision issue in 
regression test result. (#22819)
f2075d0a81 is described below

commit f2075d0a81e2155cafe4ea82f84291e1983a253f
Author: Qi Chen <[email protected]>
AuthorDate: Fri Aug 11 13:49:30 2023 +0800

    [Fix](multi-catalog) Fix decimal precision issue in regression test result. 
(#22819)
    
    Fix decimal precision issue in regression test result.
---
 regression-test/data/external_table_p0/hive/hive_tpch_sf1_orc.out | 8 ++++----
 .../data/external_table_p0/hive/hive_tpch_sf1_parquet.out         | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/regression-test/data/external_table_p0/hive/hive_tpch_sf1_orc.out 
b/regression-test/data/external_table_p0/hive/hive_tpch_sf1_orc.out
index 077343094c..f90c1b4240 100644
--- a/regression-test/data/external_table_p0/hive/hive_tpch_sf1_orc.out
+++ b/regression-test/data/external_table_p0/hive/hive_tpch_sf1_orc.out
@@ -143,8 +143,8 @@ GERMANY     FRANCE  1995    52531746.6697
 GERMANY        FRANCE  1996    52520549.0224
 
 -- !q08 --
-1995   0.0344
-1996   0.0414
+1995   0.03443589
+1996   0.04148552
 
 -- !q09 --
 ALGERIA        1998    27136900.1803
@@ -1444,7 +1444,7 @@ SHIP      6200    9262
 39     1
 
 -- !q14 --
-16.3807
+16.3807786263
 
 -- !q15 --
 8449   Supplier#000008449      Wp34zim9qYFbVctdW       20-469-856-8873 
1772627.2087
@@ -19766,7 +19766,7 @@ Brand#55        PROMO PLATED BRASS      19      3
 Brand#55       STANDARD PLATED TIN     49      3
 
 -- !q17 --
-348406.05
+348406.054285
 
 -- !q01 --
 Customer#000128120     128120  4722021 1994-04-07      544089.09       323.00
diff --git 
a/regression-test/data/external_table_p0/hive/hive_tpch_sf1_parquet.out 
b/regression-test/data/external_table_p0/hive/hive_tpch_sf1_parquet.out
index 077343094c..f90c1b4240 100644
--- a/regression-test/data/external_table_p0/hive/hive_tpch_sf1_parquet.out
+++ b/regression-test/data/external_table_p0/hive/hive_tpch_sf1_parquet.out
@@ -143,8 +143,8 @@ GERMANY     FRANCE  1995    52531746.6697
 GERMANY        FRANCE  1996    52520549.0224
 
 -- !q08 --
-1995   0.0344
-1996   0.0414
+1995   0.03443589
+1996   0.04148552
 
 -- !q09 --
 ALGERIA        1998    27136900.1803
@@ -1444,7 +1444,7 @@ SHIP      6200    9262
 39     1
 
 -- !q14 --
-16.3807
+16.3807786263
 
 -- !q15 --
 8449   Supplier#000008449      Wp34zim9qYFbVctdW       20-469-856-8873 
1772627.2087
@@ -19766,7 +19766,7 @@ Brand#55        PROMO PLATED BRASS      19      3
 Brand#55       STANDARD PLATED TIN     49      3
 
 -- !q17 --
-348406.05
+348406.054285
 
 -- !q01 --
 Customer#000128120     128120  4722021 1994-04-07      544089.09       323.00


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

Reply via email to