szehon-ho commented on code in PR #7389:
URL: https://github.com/apache/iceberg/pull/7389#discussion_r1173140578
##########
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/FileRewriteCoordinator.java:
##########
@@ -32,13 +32,19 @@ public static FileRewriteCoordinator get() {
return INSTANCE;
}
- /** @deprecated will be removed in 1.4.0; use {@link #fetchNewFiles(Table,
String)} instead. */
+ /**
+ * @deprecated will be removed in 1.4.0; use {@link
+ * BaseFileRewriteCoordinator#fetchNewFiles(Table, String)} instead.
Review Comment:
Fix javadoc link warnings
##########
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/source/SparkPositionDeletesRewrite.java:
##########
@@ -56,7 +56,7 @@
/**
* {@link Write} class for rewriting position delete files from Spark.
Responsible for creating
- * {@link PositionDeleteBatchWrite}.
+ * PositionDeleteBatchWrite.
Review Comment:
Fixing javadoc link warnings (seems it cannot link to inner class javaDocs)
##########
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/FileRewriteCoordinator.java:
##########
@@ -32,13 +32,19 @@ public static FileRewriteCoordinator get() {
return INSTANCE;
}
- /** @deprecated will be removed in 1.4.0; use {@link #fetchNewFiles(Table,
String)} instead. */
+ /**
+ * @deprecated will be removed in 1.4.0; use {@link
+ * BaseFileRewriteCoordinator#fetchNewFiles(Table, String)} instead.
Review Comment:
Fixes javadoc link warnings
--
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]