nbauernfeind opened a new issue, #586:
URL: https://github.com/apache/arrow-java/issues/586

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   A UnionMapWriter will null out the entire map struct entry instead of 
setting the value to null:
   ```
                   childWriter.value().fixedSizeBinary().writeNull();
   ```
   
   Actually hits `NullableStructWriter#writeNull` whereas UnionMapWriter should 
override `writeNull` and do a switch on the mode (though I'm not certain if 
null keys are valid).


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to