apache/beam
Voir sur GitHubMigrate common_job_properties.groovy to use Maps for keyword argument style calls instead of positional arguments
Open
#18 768 ouverte le 3 juin 2022
P3good first issueimprovementtests
Métriques du dépôt
- Stars
- (7 313 stars)
- Métriques de merge PR
- (Merge moyen 6j) (243 PRs mergées en 30 j)
Description
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.