sachinnn99 commented on code in PR #18018:
URL: https://github.com/apache/iceberg/pull/18018#discussion_r4024525577
##########
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:
Sorry about that — a bad rebase on my side had pulled in reverts of recent
main commits. Rebased onto latest main; the PR is now 17 files, only the
deprecation and its call sites in the Spark/Flink actions and tests.
--
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]