Skip to content

Commit e903ff0

Browse files
committed
Fix typo
1 parent 92643f2 commit e903ff0

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/beam_runner_api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2029,6 +2029,6 @@ message StandardResourceHints {
20292029
// Describes max number of active bundles per worker in transform's execution environment.
20302030
// SDKs should accept and validate a positive integer count.
20312031
// Payload: ASCII encoded string of the base 10 representation of an integer number of active bundles.
2032-
MAX_ACTIVE_BUNDLES_PER_WORKER = 3 [(beam_urn) = "beam:resources:max_actives_bundles_per_worker:v1"];
2032+
MAX_ACTIVE_BUNDLES_PER_WORKER = 3 [(beam_urn) = "beam:resources:max_active_bundles_per_worker:v1"];
20332033
}
20342034
}

sdks/go/pkg/beam/model/pipeline_v1/beam_runner_api.pb.go

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)