nastra commented on code in PR #18018:
URL: https://github.com/apache/iceberg/pull/18018#discussion_r4004442794
##########
common/src/main/java/org/apache/iceberg/common/DynClasses.java:
##########
@@ -22,21 +22,14 @@
import org.apache.iceberg.relocated.com.google.common.base.Joiner;
import org.apache.iceberg.relocated.com.google.common.collect.Sets;
-/** Utility for dynamically loading a class by trying candidate
implementations by name. */
public class DynClasses {
private DynClasses() {}
- /**
Review Comment:
looks like your PR contains unrelated changes. Can you please rebase so that
we only have the necessary changes?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]