You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by GitBox <gi...@apache.org> on 2020/03/05 16:13:33 UTC

[GitHub] [beam] reuvenlax commented on a change in pull request #11046: [BEAM-9442] Properly handle nullable fields in Select

reuvenlax commented on a change in pull request #11046: [BEAM-9442] Properly handle nullable fields in Select
URL: https://github.com/apache/beam/pull/11046#discussion_r388399575
 
 

 ##########
 File path: sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils/SelectByteBuddyHelpers.java
 ##########
 @@ -256,6 +260,10 @@ public StackManipulation append(StackManipulation valueToWrite) {
       return store(currentArrayField++, valueToWrite);
     }
 
+    public int reserveSlot() {
 
 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services