ganesh-skumar commented on code in PR #38937:
URL: https://github.com/apache/beam/pull/38937#discussion_r3725806470


##########
model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/beam_runner_api.proto:
##########
@@ -1145,6 +1145,9 @@ message StandardCoders {
     //     encoded with it's corresponding coder.
     // Components: single coder for the value
     NULLABLE = 17 [(beam_urn) = "beam:coder:nullable:v1"];
+
+    // Coder for Void type. Uses zero bytes per Void.
+    VOID = 19 [(beam_urn) = "beam:coder:void:v1"];

Review Comment:
   Makes sense.



-- 
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]

Reply via email to