linhongliu-db commented on a change in pull request #30666:
URL: https://github.com/apache/spark/pull/30666#discussion_r540708352



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/SQLViewSuite.scala
##########
@@ -812,20 +812,6 @@ abstract class SQLViewSuite extends QueryTest with 
SQLTestUtils {
     }
   }
 
-  test("creating local temp view should not affect existing table reference") {

Review comment:
       This is same to the newly added test case in SQLViewTestSuite.
   They both test the scenario:
   global temp view refers to a table, create a temporary view with the same 
name, won't affect the result.
   
   But SQLViewTestSuite will covert all 3 kinds of views.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to