wangyum commented on a change in pull request #26543: [SPARK-29911][SQL]
Uncache cached tables when session closed
URL: https://github.com/apache/spark/pull/26543#discussion_r348934276
##########
File path:
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/ThriftServerQueryTestSuite.scala
##########
@@ -255,6 +254,29 @@ class ThriftServerQueryTestSuite extends
SQLQueryTestSuite {
}
}
+ test("SPARK-29911: Uncache cached tables when session closed") {
Review comment:
Could we move this test to a new test suite because it is used to test these
files:
https://github.com/apache/spark/tree/master/sql/core/src/test/resources/sql-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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]