frwrdt commented on a change in pull request #3004: Support Amazon S3 data 
source in Broker Load 
URL: https://github.com/apache/incubator-doris/pull/3004#discussion_r384923635
 
 

 ##########
 File path: 
fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemManager.java
 ##########
 @@ -511,7 +598,7 @@ public void pwrite(TBrokerFD fd, long offset, byte[] data) 
{
             long currentStreamOffset;
             try {
                 currentStreamOffset = fsDataOutputStream.getPos();
-            } catch (IOException e) {
+            } catch (Exception e) {
 
 Review comment:
   should be 'IOException'

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to