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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
