felipecrv opened a new issue, #41970:
URL: https://github.com/apache/arrow/issues/41970

   ### Describe the enhancement requested
   
   Issue to track multiple small issues I fixed while working on a bigger PR 
expanding kernels to support list-view types as well.
    
    - Inclusion of `FixedSizeListBuilder::TypeClass` to make it in line with 
`VarLengthListLikeBuilder<TYPE>` classes
    - Update documentation where list-view types should be mentioned
    - Change `list`/`large_list`/`fixed_size_list` factories to take 
`shared_ptr` by value instead of `const &` the same way `list_view` and 
`large_list_view`
    
   The last one allows unit tests to have an array of factory function that 
take the `std::shared_ptr<DataType>` parameter by value.
   
   ### Component(s)
   
   C++


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