the-other-tim-brown commented on code in PR #6201:
URL: https://github.com/apache/hudi/pull/6201#discussion_r928325681
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/testutils/SparkClientFunctionalTestHarness.java:
##########
@@ -208,6 +213,13 @@ public static synchronized void resetSpark() {
}
}
+ @AfterEach
+ public void closeFilesystem() throws IOException {
+ if (fileSystem != null) {
+ fileSystem.close();
Review Comment:
Updated to set it to null after close
--
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]