You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/05/01 06:21:18 UTC

[GitHub] [arrow] tvamsikalyan commented on a change in pull request #7070: ARROW-8646: [Java] Allow UnionListWriter to write null values

tvamsikalyan commented on a change in pull request #7070:
URL: https://github.com/apache/arrow/pull/7070#discussion_r418432449



##########
File path: java/vector/src/main/codegen/templates/UnionListWriter.java
##########
@@ -178,6 +178,10 @@ public void write(DecimalHolder holder) {
     writer.setPosition(writer.idx()+1);
   }
 
+  public void writeNull() {

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