bersprockets opened a new pull request, #40717:
URL: https://github.com/apache/spark/pull/40717

   ### What changes were proposed in this pull request?
   
   Change tests to avoid replacing and dropping a temporary view that is 
created in `SubquerySuite#beforeAll`.
   
   ### Why are the changes needed?
   
   When I added a test for SPARK-42937, it tried to use the view `t`, which is 
created in `beforeAll`. But because other tests would replace and drop this 
view, the new test would fail. As a result, that new test had to re-create `t` 
from scratch.
   
   This change will allow `t` to be used by new tests.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### 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.

To unsubscribe, e-mail: [email protected]

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