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

   ### Rationale for this change
   
   This is a follow up of https://github.com/apache/arrow/pull/34611 (thanks 
@sunchao)
   We should set `valueCount` when loading `NullVector`. Unfortunately there's 
no `nullCount` field.
   
   ### What changes are included in this PR?
   
   * `valueCount` added to NullVector
   * `name` added to NullVector's TransferPair
   
   ### Are these changes tested?
   
   Yes. unit tested.
   
   ### Are there any user-facing changes?
   
   Yes, a NullVector with a non-null name will maintain the name when 
transferred via `TransferPair` instead of defaulting to the default name 
`$data$`.


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