You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/09/10 21:43:36 UTC

[GitHub] [iceberg] rdblue commented on a change in pull request #2933: [ARROW] Vectorized Parquet Reads - Assertions + Correctness Checks for Deletion Files

rdblue commented on a change in pull request #2933:
URL: https://github.com/apache/iceberg/pull/2933#discussion_r706486213



##########
File path: core/src/main/java/org/apache/iceberg/util/ExceptionUtil.java
##########
@@ -29,7 +29,7 @@ private ExceptionUtil() {
   }
 
   @SuppressWarnings("unchecked")
-  static <E extends Exception> void castAndThrow(
+  public static <E extends Exception> void castAndThrow(

Review comment:
       I think this was recently changed in a different PR, so you may need to rebase.




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org