danielcweeks commented on a change in pull request #202: Bug fixes for Pig
URL: https://github.com/apache/incubator-iceberg/pull/202#discussion_r290066386
##########
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:
To be clear, this is when properties are copied out of the UDFContext and
into the job configuration. I don't believe we found any correctness issues on
either the parquet pig or iceberg loader in terms of behavior, but the
collision causes problems due to iceberg shading.
----------------------------------------------------------------
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]