nsivabalan commented on code in PR #9062:
URL: https://github.com/apache/hudi/pull/9062#discussion_r1243951546


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestIncrementalReadWithFullTableScan.scala:
##########
@@ -69,14 +55,22 @@ class TestIncrementalReadWithFullTableScan extends 
HoodieSparkClientTestBase {
   }
 
   @AfterEach override def tearDown() = {
-    cleanupSparkContexts()
-    cleanupTestDataGenerator()
-    cleanupFileSystem()
+    spark = null

Review Comment:
   shouldn't we set spark to null after cleaning up all resources? 



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

Reply via email to