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
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 58df047f9dc [regression-test](fix) fix two case bug (#26074)
58df047f9dc is described below
commit 58df047f9dc7ddae252c679dc8561bb7a6e1b14d
Author: shuke <[email protected]>
AuthorDate: Sun Oct 29 22:07:52 2023 +0800
[regression-test](fix) fix two case bug (#26074)
---
regression-test/suites/github_events_p2/load.groovy | 2 +-
regression-test/suites/statistics/analyze_stats.groovy | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/regression-test/suites/github_events_p2/load.groovy
b/regression-test/suites/github_events_p2/load.groovy
index 46803f32892..105e98c8d44 100644
--- a/regression-test/suites/github_events_p2/load.groovy
+++ b/regression-test/suites/github_events_p2/load.groovy
@@ -39,7 +39,7 @@ suite("load") {
timeout 72000
}
sql "sync"
- sql """ ANALYZE TABLE github_events WITH SYNC """;
+ sql """ ANALYZE TABLE github_events""";
qt_sql_select_count """ select count(*) from github_events; """
}
/**
diff --git a/regression-test/suites/statistics/analyze_stats.groovy
b/regression-test/suites/statistics/analyze_stats.groovy
index 5f6735c7fb2..0ec1b822ee5 100644
--- a/regression-test/suites/statistics/analyze_stats.groovy
+++ b/regression-test/suites/statistics/analyze_stats.groovy
@@ -118,7 +118,7 @@ suite("test_analyze") {
DROP STATS ${tbl}(analyzetestlimitedk3)
"""
- exception = null
+ def exception = null
try {
sql """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]