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

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


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new 9872aa4675c branch-4.1: [fix](regression) Drop view before its base 
tables in test_join5 #65455 (#65725)
9872aa4675c is described below

commit 9872aa4675c0fbfda418c46a952119360fe8f976
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 23 14:08:59 2026 +0800

    branch-4.1: [fix](regression) Drop view before its base tables in 
test_join5 #65455 (#65725)
    
    Cherry-picked from #65455
    
    Co-authored-by: shuke <[email protected]>
---
 regression-test/suites/query_p0/join/test_join5.groovy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/regression-test/suites/query_p0/join/test_join5.groovy 
b/regression-test/suites/query_p0/join/test_join5.groovy
index 4323575870f..fe2f629ca86 100644
--- a/regression-test/suites/query_p0/join/test_join5.groovy
+++ b/regression-test/suites/query_p0/join/test_join5.groovy
@@ -101,6 +101,8 @@ suite("test_join5", "query,p0") {
             where f2 = 53;
         """
 
+    // Avoid exposing a dangling view to concurrent information_schema scans.
+    sql "DROP VIEW IF EXISTS ${tbName7};"
     sql "DROP TABLE IF EXISTS ${tbName4};"
     sql "DROP TABLE IF EXISTS ${tbName5};"
     sql "DROP TABLE IF EXISTS ${tbName6};"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to