mxm commented on code in PR #15566:
URL: https://github.com/apache/iceberg/pull/15566#discussion_r2939809617
##########
docs/docs/flink-maintenance.md:
##########
@@ -207,7 +207,7 @@ env.execute("Table Maintenance Job");
| `retainLast(int)` | Minimum number of snapshots to retain | 1 | int |
| `deleteBatchSize(int)` | Number of files to delete in each batch | 1000 |
int |
| `planningWorkerPoolSize(int)` | Number of worker threads for planning
snapshot expiration | Shared worker pool | int |
-| `cleanExpiredMetadata(boolean)` | Remove expired metadata files when
expiring snapshots | false | boolean |
+| `cleanExpiredMetadata(boolean)` | Remove expired metadata files when
expiring snapshots | true | boolean |
Review Comment:
Flink has some API guarantees listed here:
https://nightlies.apache.org/flink/flink-docs-stable/docs/ops/upgrading/, but
those don't apply directly to configs. I think it should be fine.
--
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]