felipecrv opened a new pull request, #41189:
URL: https://github.com/apache/arrow/pull/41189

   ### Rationale for this change
   
   Old behavior is not required by the Arrow spec and is wasteful.
   
   ### What changes are included in this PR?
   
   Just the change in how `FixedSizeListBuilder` deals with nulls being appends.
   
   ### Are these changes tested?
   
   By existing tests.
   
   ### Are there any user-facing changes?
   
   `FixedSizeListBuilder::AppendNull()` and `AppendNulls()` don't append nulls 
to the underlying value builder and call `AppendEmptyValues(fixed_list_size)` 
instead.


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