rdblue commented on a change in pull request #3590:
URL: https://github.com/apache/iceberg/pull/3590#discussion_r755426180
##########
File path: core/src/main/java/org/apache/iceberg/CatalogUtil.java
##########
@@ -152,8 +154,7 @@ private static void deleteFiles(FileIO io,
Set<ManifestFile> allManifests) {
* Load a custom catalog implementation.
* <p>
* The catalog must have a no-arg constructor.
- * If the class implements {@link Configurable},
- * a Hadoop config will be passed using {@link
Configurable#setConf(Configuration)}.
+ * If the class implements Configurable, a Hadoop config will be passed
using Configurable.setConf.
Review comment:
To remove the import statements.
--
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]