This is an automated email from the ASF dual-hosted git repository. lijibing 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 b56435c3e04 Fix hive sample case ndv value. (#31043) b56435c3e04 is described below commit b56435c3e0422209936de42f8155ebc218372b69 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