apache/beam
在 GitHub 查看Migrate common_job_properties.groovy to use Maps for keyword argument style calls instead of positional arguments
Open
#18,768 建立於 2022年6月3日
P3good first issueimprovementtests
倉庫指標
- Star
- (7,313 star)
- PR 合併指標
- (平均合併 6天) (30 天內合併 243 個 PR)
描述
This follows the the style defined within build_rules.gradle as it is much simpler to read the following method with keyword arguments: setCommonJobProperties(context: context, maxWorkers: 3)
This also simplifies the usage of methods with multiple default arguments.
Imported from Jira BEAM-4235. Original Jira may contain additional context. Reported by: lcwik.