This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new f75b65f86a2 branch-3.1: [fix](test) use drop view for views in
test_show_keys #54173 (#54185)
f75b65f86a2 is described below
commit f75b65f86a2281cd7940e232391dd3d4b5131f85
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 1 18:17:42 2025 +0800
branch-3.1: [fix](test) use drop view for views in test_show_keys #54173
(#54185)
Cherry-picked from #54173
Co-authored-by: morrySnow <[email protected]>
---
regression-test/suites/nereids_syntax_p0/test_show_keys.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regression-test/suites/nereids_syntax_p0/test_show_keys.groovy
b/regression-test/suites/nereids_syntax_p0/test_show_keys.groovy
index e89a627e2ee..829e4d2fee8 100644
--- a/regression-test/suites/nereids_syntax_p0/test_show_keys.groovy
+++ b/regression-test/suites/nereids_syntax_p0/test_show_keys.groovy
@@ -21,7 +21,7 @@ suite("test_show_keys") {
"""
sql """
- DROP TABLE IF EXISTS test_show_keys_v
+ DROP VIEW IF EXISTS test_show_keys_v
"""
sql """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]