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 2019/06/03 22:40:54 UTC

[GitHub] [incubator-iceberg] danielcweeks commented on a change in pull request #202: Bug fixes for Pig

danielcweeks commented on a change in pull request #202: Bug fixes for Pig
URL: https://github.com/apache/incubator-iceberg/pull/202#discussion_r290066019
 
 

 ##########
 File path: parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java
 ##########
 @@ -66,6 +68,9 @@
   private Parquet() {
   }
 
+  private static Collection<String> READ_PROPERTIES_TO_REMOVE = Sets.newHashSet(
 
 Review comment:
   Yes, depending on the reader implementation, we found in some cases two different loaders in the same MR job would have properties that collide.  This is just to ensure the iceberg side doesn't get impacted.

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


With regards,
Apache Git Services

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