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 2003ec68618 [fix](regression)Fix show base index name case. (#38018)
2003ec68618 is described below
commit 2003ec68618a4fc7580ef4ff56f1474d68133a9d
Author: Jibing-Li <[email protected]>
AuthorDate: Thu Jul 18 09:54:19 2024 +0800
[fix](regression)Fix show base index name case. (#38018)
Fix show base index name case.
---
regression-test/suites/statistics/analyze_stats.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regression-test/suites/statistics/analyze_stats.groovy
b/regression-test/suites/statistics/analyze_stats.groovy
index 31f66f68112..d2ef7b14ff7 100644
--- a/regression-test/suites/statistics/analyze_stats.groovy
+++ b/regression-test/suites/statistics/analyze_stats.groovy
@@ -2818,7 +2818,7 @@ PARTITION `p599` VALUES IN (599)
alter_result = sql """show column cached stats date_dim"""
assertEquals("d_day_name", alter_result[0][0])
- assertEquals("date_dim", alter_result[0][1])
+ assertEquals("N/A", alter_result[0][1])
assertEquals("73049.0", alter_result[0][2])
assertEquals("7.0", alter_result[0][3])
assertEquals("0.0", alter_result[0][4])
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]