slfan1989 opened a new pull request, #13832: URL: https://github.com/apache/iceberg/pull/13832
This pull request improves the readability and maintainability of the following configuration classes by enhancing the descriptions for ConfigOptions and adding necessary comments: - FlinkMaintenanceConfig: Added clear descriptions for configuration options such as LOCK_CHECK_DELAY_OPTION, PARALLELISM_OPTION, RATE_LIMIT_OPTION, and SLOT_SHARING_GROUP_OPTION. Added comments explaining the purpose and function of each configuration option. - LockConfig: Added detailed descriptions for configuration options like LOCK_TYPE_OPTION, LOCK_ID_OPTION, JdbcLockConfig, and ZkLockConfig related to different locking mechanisms. Improved code clarity by explaining the role of each configuration option for locking (e.g., JDBC_URI_OPTION, ZK_URI_OPTION, etc.). - RewriteDataFilesConfig: Enhanced the descriptions of configuration options, including MAX_BYTES_OPTION, PARTIAL_PROGRESS_MAX_COMMITS_OPTION, SCHEDULE_ON_COMMIT_COUNT_OPTION, SCHEDULE_ON_DATA_FILE_COUNT_OPTION, and more. Added helpful comments to clarify the purpose of each configuration setting related to data rewriting and its usage in Flink-based maintenance tasks. -- 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]
