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

   ### Rationale for this change
   
   Getting closeness to completeness of list-view support in the official Arrow 
C++ compute functions.
   
   ### What changes are included in this PR?
   
    - Addition of benchmarks for `list_slice`
    - Extending the tests to exercise the list-view kernels as well
    - Refactoring of existing list_slice kernels for clarity, efficiency, and 
binary size
    - Main binary-size reductions coming from not generating code for 
Input-x-Output that will never actually run
   
   ### Are these changes tested?
   
   By existing and new tests.
   
   ### Are there any user-facing changes?
   
   list_slice now supports list-view typed inputs.


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