comphead commented on code in PR #4244:
URL: https://github.com/apache/datafusion-comet/pull/4244#discussion_r3198464068


##########
docs/source/user-guide/latest/iceberg.md:
##########
@@ -25,21 +25,20 @@ Comet's native Iceberg reader relies on reflection to 
extract `FileScanTask`s fr
 then serialized to Comet's native execution engine (see
 [PR #2528](https://github.com/apache/datafusion-comet/pull/2528)).
 
-The example below uses Spark's package downloader to retrieve Comet 0.14.0 and 
Iceberg
+The example below uses Spark's package downloader to retrieve Comet 
$COMET_VERSION and Iceberg
 1.8.1, but Comet has been tested with Iceberg 1.5, 1.7, 1.8, 1.9, and 1.10. 
The native Iceberg
 reader is enabled by default. To disable it, set 
`spark.comet.scan.icebergNative.enabled=false`.
 
 ```shell
 $SPARK_HOME/bin/spark-shell \
-    --packages 
org.apache.datafusion:comet-spark-spark4.1_2.13:0.14.0,org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.8.1,org.apache.iceberg:iceberg-core:1.8.1
 \
+    --packages 
org.apache.datafusion:comet-spark-spark3.5_2.12:$COMET_VERSION,org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.8.1,org.apache.iceberg:iceberg-core:1.8.1
 \

Review Comment:
   3.5 also supports 2.13



-- 
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]

Reply via email to