You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/09/30 04:24:02 UTC

[GitHub] [hudi] n3nash commented on a change in pull request #2133: [HUDI-1298] Add better error messages when IOException occurs during …

n3nash commented on a change in pull request #2133:
URL: https://github.com/apache/hudi/pull/2133#discussion_r497235216



##########
File path: hudi-common/src/main/java/org/apache/hudi/exception/HoodieIOException.java
##########
@@ -18,27 +18,25 @@
 
 package org.apache.hudi.exception;
 
-import java.io.IOException;

Review comment:
       I don't think we should change the semantics of `HoodieIOException`. The idea is that an IOException is wrapped by hoodie to throw a HoodieIOException. This change gives the false impression by wrapping a generic exception.




----------------------------------------------------------------
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:
users@infra.apache.org