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

lijibing pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 364e461254c Fix hive sample case ndv value. (#31043) (#31048)
364e461254c is described below

commit 364e461254c0400d97dafcb495d3ab0958c2b0c4
Author: Jibing-Li <64681310+jibing...@users.noreply.github.com>
AuthorDate: Sun Feb 18 16:03:34 2024 +0800

    Fix hive sample case ndv value. (#31043) (#31048)
---
 .../suites/external_table_p2/hive/test_hive_statistic_sample.groovy     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/external_table_p2/hive/test_hive_statistic_sample.groovy
 
b/regression-test/suites/external_table_p2/hive/test_hive_statistic_sample.groovy
index 3bd9594afd2..1c1a7217387 100644
--- 
a/regression-test/suites/external_table_p2/hive/test_hive_statistic_sample.groovy
+++ 
b/regression-test/suites/external_table_p2/hive/test_hive_statistic_sample.groovy
@@ -126,7 +126,7 @@ suite("test_hive_statistic_sample", 
"p2,external,hive,external_remote,external_r
         assertEquals(result.size(), 1)
         assertEquals(result[0][0], "s_acctbal")
         assertEquals(result[0][2], "9998799.0")
-        assertEquals(result[0][3], "58727.0")
+        assertEquals(result[0][3], "1054512.0")
         assertEquals(result[0][4], "0.0")
         assertEquals(result[0][5], "7.9990388E7")
         assertEquals(result[0][6], "7.999999599951955")


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

Reply via email to