You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by sz...@apache.org on 2022/03/25 17:12:50 UTC

[iceberg] branch master updated: Docs: Fix javadoc link for RewriteManifests (#4390)

This is an automated email from the ASF dual-hosted git repository.

szehon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new d9296ca  Docs: Fix javadoc link for RewriteManifests (#4390)
d9296ca is described below

commit d9296ca2d1b1143e6bbcdd1004962e653400489d
Author: Ajantha Bhat <aj...@gmail.com>
AuthorDate: Fri Mar 25 22:42:35 2022 +0530

    Docs: Fix javadoc link for RewriteManifests (#4390)
---
 docs/spark/spark-procedures.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/spark/spark-procedures.md b/docs/spark/spark-procedures.md
index 463b71a..e687338 100644
--- a/docs/spark/spark-procedures.md
+++ b/docs/spark/spark-procedures.md
@@ -312,7 +312,7 @@ Rewrite manifests for a table to optimize scan planning.
 
 Data files in manifests are sorted by fields in the partition spec. This procedure runs in parallel using a Spark job.
 
-See the [`RewriteManifestsAction` Javadoc](../../../javadoc/{{% icebergVersion %}}/org/apache/iceberg/actions/RewriteManifestsAction.html)
+See the [`RewriteManifests` Javadoc](../../../javadoc/{{% icebergVersion %}}/org/apache/iceberg/actions/RewriteManifests.html)
 to see more configuration options.
 
 {{< hint info >}}