From 771b8b5bec346eb3f95d2dab462fa5d63eba4742 Mon Sep 17 00:00:00 2001 From: Dongyang Li Date: Tue, 10 Oct 2023 12:51:29 +0800 Subject: [PATCH] [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 b5a39f5a43..e19514eae1 100644 --- a/regression-test/suites/statistics/analyze_stats.groovy +++ b/regression-test/suites/statistics/analyze_stats.groovy @@ -18,7 +18,7 @@ import java.util.stream.Collectors // under the License. suite("test_analyze") { - String db = "regression_test_statistics" + String db = "test_analyze" String tbl = "analyzetestlimited_duplicate_all" sql """