flyrain commented on code in PR #398:
URL: https://github.com/apache/polaris/pull/398#discussion_r1815366821


##########
site/content/in-dev/unreleased/overview.md:
##########
@@ -180,6 +180,12 @@ To secure interactions with service connections, Polaris 
vends temporary storage
 execution. These credentials allow the query engine to run the query without 
requiring access to your external cloud storage for
 Iceberg tables. This process is called credential vending.
 
+As of now, the following limitations are known regarding Apache Iceberg 
support:
+
+- **remove_orphan_files:** This operation does not currently support 
+  credential vending when utilizing Apache Spark as the compute engine.
+  - For more details, please refer to 
[apache/iceberg#7914](https://github.com/apache/iceberg/pull/7914).

Review Comment:
   @MonkeyCanCode thanks a lot for validating maintenance procedures. It's a 
good callout, but it is essentially an Spark issue. Maybe we can reword to 
something like this:
   ```
   - **remove_orphan_files:** Apache Spark can't use credential vending for 
this due to a known issue. See 
[apache/iceberg#7914](https://github.com/apache/iceberg/pull/7914) for details. 
   ```



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

Reply via email to