pvary commented on code in PR #15566:
URL: https://github.com/apache/iceberg/pull/15566#discussion_r2939779340
##########
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:
I see that we forget to set `TableMaintenance` `@Experimantal`. What does
Flink says about config changes in minor releases?
--
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]