Guosmilesmile commented on code in PR #13923:
URL: https://github.com/apache/iceberg/pull/13923#discussion_r2302841317
##########
docs/docs/flink-maintenance.md:
##########
@@ -210,6 +220,18 @@ env.execute("Table Maintenance Job");
| `maxRewriteBytes(long)` | Maximum bytes to rewrite per execution |
Long.MAX_VALUE | long |
| `filter(Expression)` | Filter expression for selecting files to rewrite |
Expressions.alwaysTrue() | Expression |
+#### DeleteOrphanFiles Configuration
+
+| Method | Description
| Default
Value | Type |
+|------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------|--------------------|
+| `location(string)` | The location to start the
recursive listing the candidate files for removal.
|
Table's location | String |
+| `usePrefixListing(boolean)` | When true, use prefix-based file
listing via the SupportsPrefixOperations interface. The Table FileIO
implementation must support SupportsPrefixOperations when this flag is enabled
| False | boolean |
Review Comment:
Add some about repeatedly call api in object storage when set False.
--
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]