rdblue commented on code in PR #5158: URL: https://github.com/apache/iceberg/pull/5158#discussion_r909838861
########## docs/configuration.md: ########## @@ -72,7 +82,7 @@ Iceberg tables support table properties to configure table behavior, like the de | write.wap.enabled | false | Enables write-audit-publish writes | | write.summary.partition-limit | 0 | Includes partition-level summary stats in snapshot summaries if the changed partition count is less than this limit | | write.metadata.delete-after-commit.enabled | false | Controls whether to delete the oldest version metadata files after commit | -| write.metadata.previous-versions-max | 100 | The max number of previous version metadata files to keep before deleting after commit | +| write.metadata.previous-versions-max | 100 | The max number of previous version metadata files to keep before deleting after commit | Review Comment: Can you revert this whitespace-only change? -- 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]
