vrozov commented on issue #175: All compile scope dependencies should be explicitly declared URL: https://github.com/apache/incubator-iceberg/issues/175#issuecomment-509390581 @rdblue See https://github.com/apache/incubator-iceberg/blob/master/core/src/main/java/org/apache/iceberg/RemoveSnapshots.java#L25. It is exactly the problem that #175 supposed to address: accidental usage of transitive dependencies. It also looks that dependency on hadoop-client is excessive and dependency on hadoop-common will be sufficient.
---------------------------------------------------------------- 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]
