stevenzwu commented on code in PR #13549:
URL: https://github.com/apache/iceberg/pull/13549#discussion_r2213848236


##########
docs/docs/spark-procedures.md:
##########
@@ -504,9 +504,9 @@ Rewrite the manifests in table `db.sample` and align 
manifest files with table p
 CALL catalog_name.system.rewrite_manifests('db.sample');
 ```
 
-Rewrite the manifests in table `db.sample` and disable the use of Spark 
caching. This could be done to avoid memory issues on executors.

Review Comment:
   nit: we can add this part to the argument table (modified above) with the 
`use-caching` row.
   
   ```
   Enabling caching can increase memory footprint on executors.
   ```



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