This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 684f2da2408f4f073c951e205d42af2e2624ffaf Author: Dongyang Li <[email protected]> AuthorDate: Tue Oct 10 12:51:29 2023 +0800 [fix](case) Update analyze_stats.groovy (#25146) --- 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 3064a89d3f4..673762e9e94 100644 --- a/regression-test/suites/statistics/analyze_stats.groovy +++ b/regression-test/suites/statistics/analyze_stats.groovy @@ -16,7 +16,7 @@ // under the License. suite("test_analyze") { - String db = "regression_test_statistics" + String db = "test_analyze" String tbl = "analyzetestlimited_duplicate_all" sql """ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
