jayendra13 commented on a change in pull request #12596:
URL: https://github.com/apache/beam/pull/12596#discussion_r471062820



##########
File path: sdks/java/core/src/main/java/org/apache/beam/sdk/values/Row.java
##########
@@ -735,7 +735,7 @@ public Builder addValues(List<Object> values) {
       return this;
     }
 
-    public Builder addValues(Object... values) {
+    public Builder addValues(@Nullable Object... values) {

Review comment:
       Can it be Nullable ?




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to