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

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


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

commit 64651a9f2e98b0faddc45a78b2165007d5e3ba5a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 10 22:33:35 2025 +0800

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