xuanyuanking opened a new pull request #29186:
URL: https://github.com/apache/spark/pull/29186


   ### What changes were proposed in this pull request?
   Delete the temp view created by memory source stream writer in Structured 
Streaming tests.
   
   ### Why are the changes needed?
   The memory source of stream writer will create temp view here: 
https://github.com/apache/spark/blob/d2ff5c5bfb29a7b22df3cb49b6584c3e2bec397c/sql/core/src/main/scala/org/apache/spark/sql/streaming/DataStreamWriter.scala#L312
   
   We will hit the "temp view already exists" error when trying to create the 
view with the same name.
   
   ### Does this PR introduce _any_ user-facing change?
   No, test only.
   
   
   ### How was this patch tested?
   Existing tests.
   


----------------------------------------------------------------
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