You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/04/14 18:33:50 UTC

[GitHub] [beam] ihji commented on a diff in pull request #17280: [BEAM-14251] add output_coder_override to ExpansionRequest

ihji commented on code in PR #17280:
URL: https://github.com/apache/beam/pull/17280#discussion_r850705733


##########
model/job-management/src/main/proto/beam_expansion_api.proto:
##########
@@ -46,6 +46,9 @@ message ExpansionRequest {
   // A namespace (prefix) to use for the id of any newly created
   // components.
   string namespace = 3;
+
+  // (Optional) If this coder is set, overrides the output type of ExternalTransform
+  org.apache.beam.model.pipeline.v1.Coder output_coder_override = 4;

Review Comment:
   Done.



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org