manishmalhotrawork opened a new pull request #666: BaseRewriteManifests should keep different manifest for different partitionSpec URL: https://github.com/apache/incubator-iceberg/pull/666 trying to fix [issue](https://github.com/apache/incubator-iceberg/issues/480) approach: Currently each WrapperWriter object is maintained per `clusterFunction.apply()` output. this change will keep a `Map<PartitionSpecID, ManifestWriter>` with each `WritterWrapper` Object, so that it can write different manifest file for different `partitionSpecId` @aokolnychyi can you please review this, thanks.
---------------------------------------------------------------- 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]
