rmorgans opened a new pull request, #585:
URL: https://github.com/apache/arrow-go/pull/585

   Fixes #584
   
   The `FIXED_SIZE_LIST` case in `pathBuilder.Visit` was missing the 
`nullableInParent` assignment that the `LIST` case has, causing non-null values 
to be read back as NULL.
   
   **Fix:** Add one line to set `nullableInParent` before visiting child values.
   
   **Test:** Added `TestFixedSizeListNullableElements` roundtrip test.


-- 
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: [email protected]

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

Reply via email to