turboFei commented on issue #28239:
URL: https://github.com/apache/spark/pull/28239#issuecomment-616359728


   > btw, since I think we tend to forget the cleanup, any other solution to 
automatically clean up temp views with low overheads after each test, if this 
issue's annoying?
   
   It is difficult to identify which view we should clean up. 
   For exmaple:
   
https://github.com/apache/spark/blob/88d39e5a89cb76286ed8201c4d8b94d8a6199a42/sql/core/src/test/scala/org/apache/spark/sql/sources/TableScanSuite.scala#L139-L151
   
   If this temp view is created in beforeAll, we should not clean up it.


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