danielcweeks commented on code in PR #11383:
URL: https://github.com/apache/iceberg/pull/11383#discussion_r1823584270


##########
docs/docs/aws.md:
##########
@@ -717,13 +724,21 @@ install_dependencies () {
 install_dependencies $LIB_PATH $ICEBERG_MAVEN_URL $ICEBERG_VERSION 
"${ICEBERG_PACKAGES[@]}"
 ```
 
+For versions after 7.1.0 there is an specific config that can be used to 
enable data prefecth optimization. You just need to add the following property 
on your Spark config.
+
+```shell
+spark.sql.iceberg.data-prefetch.enabled=true

Review Comment:
   I don't believe this is an Iceberg property.  If this is specific to EMR, I 
don't believe it should be included here.



-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to