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/12/01 12:10:06 UTC

[GitHub] [arrow] projjal opened a new pull request #8810: ARROW-10779: [Java] Fix writeNull method in UnionListWriter

projjal opened a new pull request #8810:
URL: https://github.com/apache/arrow/pull/8810


   UnionListWriter#writeNull currently increments the index in the inner writer and doesn't unset the validity at the particular index. So if the validity at that index was already set (like due to overwriting on an existing vector) an empty list is created at that instead instead of null


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



[GitHub] [arrow] praveenbingo closed pull request #8810: ARROW-10779: [Java] Fix writeNull method in UnionListWriter

Posted by GitBox <gi...@apache.org>.
praveenbingo closed pull request #8810:
URL: https://github.com/apache/arrow/pull/8810


   


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



[GitHub] [arrow] github-actions[bot] commented on pull request #8810: ARROW-10779: [Java] Fix writeNull method in UnionListWriter

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8810:
URL: https://github.com/apache/arrow/pull/8810#issuecomment-736534626


   https://issues.apache.org/jira/browse/ARROW-10779


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



[GitHub] [arrow] projjal closed pull request #8810: ARROW-10779: [Java] Fix writeNull method in UnionListWriter

Posted by GitBox <gi...@apache.org>.
projjal closed pull request #8810:
URL: https://github.com/apache/arrow/pull/8810


   


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