pvary commented on code in PR #14837:
URL: https://github.com/apache/iceberg/pull/14837#discussion_r2619561510
##########
docs/docs/flink-maintenance.md:
##########
@@ -218,6 +218,7 @@ env.execute("Table Maintenance Job");
| `partialProgressMaxCommits(int)` | Maximum commits allowed for partial
progress when partialProgressEnabled is true | 10 | int |
| `maxRewriteBytes(long)` | Maximum bytes to rewrite per execution |
Long.MAX_VALUE | long |
| `filter(Expression)` | Filter expression for selecting files to rewrite |
Expressions.alwaysTrue() | Expression |
+| `maxFileGroupCount(long)` | Maximum total count of a file group
| Long.MAX_VALUE | long |
Review Comment:
nit: maxFileGroupInputFiles
`Maximum allowed number of input files within a file group`
--
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]