felipecrv opened a new pull request, #41971:
URL: https://github.com/apache/arrow/pull/41971
### Rationale for this change
These changes facilitate the refactoring of compute kernels and tests to
support not only the list-like types but also list-views.
### What changes are included in this PR?
- Inclusion of `FixedSizeListBuilder::TypeClass` to make it in line with
`VarLengthListLikeBuilder<TYPE>` classes
- Small documentation updates related to list-view types
- Change `list`/`large_list`/`fixed_size_list` factories to take
`shared_ptr` by value instead of `const &`
- Change `ListType`/`LargeListType`/`FixedSizeList` constructors take
`shared_ptr` by value instead of `const &`
### Are these changes tested?
Yes. By existing tests.
### Are there any user-facing changes?
- The `list`/`large_list`/`fixed_size_list` type factories now take the
`shared_ptr` parameter value instead of `const &`.
- The `ListType`/`LargeListType`/`FixedSizeList` constructors now take the
`shared_ptr` parameter by value instead of `const &`
<!-- **This PR includes breaking changes to public APIs.** -->
--
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]