xy2953396112 commented on code in PR #3509:
URL: https://github.com/apache/celeborn/pull/3509#discussion_r2446818318


##########
client/src/main/java/org/apache/celeborn/client/read/DfsPartitionReader.java:
##########
@@ -325,6 +325,11 @@ public void close() {
     } catch (IOException e) {
       logger.warn("close DFS input stream failed.", e);
     }
+    try {
+      hadoopFs.close();

Review Comment:
   Thanks, I have fix it, Please help review again.



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