You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "byronellis (via GitHub)" <gi...@apache.org> on 2023/01/27 00:19:34 UTC

[GitHub] [beam] byronellis commented on a diff in pull request #25196: Schema convenience functions

byronellis commented on code in PR #25196:
URL: https://github.com/apache/beam/pull/25196#discussion_r1088468571


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/Schema.java:
##########
@@ -142,82 +142,163 @@ public Builder addByteField(String name) {
       return this;
     }
 
+    public Builder addNullableByteField(String name) {
+      fields.add(Field.nullable(name, FieldType.BYTE));

Review Comment:
   sure, no problem



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