This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 3da168afc9848bddf63134283abf0624cf26e90c Author: Jibing-Li <64681310+jibing...@users.noreply.github.com> AuthorDate: Sun Feb 18 14:51:05 2024 +0800 Fix hive sample case ndv value. (#31043) --- .../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