This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 236410e6191 branch-2.1: [fix](test) use drop view for views in 
test_show_keys #54173 (#54184)
236410e6191 is described below

commit 236410e6191231640d4d7f2b7c8079b18ec456b9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 2 12:24:34 2025 +0800

    branch-2.1: [fix](test) use drop view for views in test_show_keys #54173 
(#54184)
    
    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]

Reply via email to