XuPengfei-1020 commented on code in PR #34773:
URL: https://github.com/apache/doris/pull/34773#discussion_r1599305060


##########
be/src/io/fs/broker_file_system.cpp:
##########
@@ -415,6 +415,7 @@ Status BrokerFileSystem::download_impl(const Path& 
remote_file, const Path& loca
 
         RETURN_IF_ERROR(local_writer->append({read_buf.get(), read_len}));
     } // file_handler should be closed before calculating checksum
+    RETURN_IF_ERROR(local_writer->close());

Review Comment:
   fixed



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