MaxGekk commented on code in PR #50069:
URL: https://github.com/apache/spark/pull/50069#discussion_r1971323995


##########
sql/core/src/test/resources/sql-tests/inputs/order-by.sql:
##########
@@ -0,0 +1,24 @@
+-- Test data.
+CREATE OR REPLACE TEMPORARY VIEW testData AS SELECT * FROM VALUES

Review Comment:
   The test suite creates new Spark session per every `.sql`, so at the end 
session-level objects should disappear, but permanent won't, and should be 
dropped explicitly.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to