anishshri-db commented on code in PR #52787:
URL: https://github.com/apache/spark/pull/52787#discussion_r2482146023


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/HDFSBackedStateStoreProvider.scala:
##########
@@ -412,6 +412,7 @@ private[sql] class HDFSBackedStateStoreProvider extends 
StateStoreProvider with
     // `loadedMaps` will be de-referenced and GCed automatically when their 
reference
     // counts become 0.
     synchronized { loadedMaps.clear() }
+    fm.close()

Review Comment:
   Ah ok cool thanks



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