pvary commented on code in PR #13923:
URL: https://github.com/apache/iceberg/pull/13923#discussion_r2301934981


##########
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 comments about the possible drawbacks 



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