You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "nastra (via GitHub)" <gi...@apache.org> on 2023/03/01 07:13:36 UTC

[GitHub] [iceberg] nastra commented on a diff in pull request #6957: Fixed a incorrect link

nastra commented on code in PR #6957:
URL: https://github.com/apache/iceberg/pull/6957#discussion_r1121251272


##########
docs/spark-getting-started.md:
##########
@@ -43,7 +43,7 @@ spark-shell --packages org.apache.iceberg:iceberg-spark-runtime-3.2_2.12:{{% ice
 ```
 
 {{< hint info >}}
-If you want to include Iceberg in your Spark installation, add the [`iceberg-spark-runtime-3.2_2.12` Jar](spark-runtime-jar) to Spark's `jars` folder.
+If you want to include Iceberg in your Spark installation, add the [`iceberg-spark-runtime-3.2_2.12` Jar][spark-runtime-jar] to Spark's `jars` folder.

Review Comment:
   ```suggestion
   If you want to include Iceberg in your Spark installation, add the `iceberg-spark-runtime-3.2_2.12` Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime-3.2_2.12/{{% icebergVersion %}}/iceberg-spark-runtime-3.2_2.12-{{% icebergVersion %}}.jar) to Spark's `jars` folder.
   ```



##########
docs/spark-getting-started.md:
##########
@@ -32,7 +32,7 @@ The latest version of Iceberg is [{{% icebergVersion %}}](../../../releases).
 
 Spark is currently the most feature-rich compute engine for Iceberg operations. 
 We recommend you to get started with Spark to understand Iceberg concepts and features with examples.
-You can also view documentations of using Iceberg with other compute engine under the **Engines** tab.
+You can also view documentations of using Iceberg with other compute engine.

Review Comment:
   instead of removing this, we should rather update it to "...with other compute engines under the [Multi-Engine Support](https://iceberg.apache.org/multi-engine-support/) page"



-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org