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 2020/04/09 19:21:58 UTC

[GitHub] [incubator-iceberg] rdblue commented on issue #847: Pig should not rely on it own implementation of InputFormat

rdblue commented on issue #847: Pig should not rely on it own implementation of InputFormat
URL: https://github.com/apache/incubator-iceberg/issues/847#issuecomment-611709129
 
 
   This will require a little work because the InputFormat added in #843 assumes that there is only one read in a MR job, but Pig may run multiple. To avoid configuration collisions, Pig has a system for isolating the config for a scan, so we'll need to override some parts of the input format to store config differently.

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