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


##########
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:
   Probably we should use the existing "addNullableField" function when 
implementing these.



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