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

   ### Rationale for this change
   
   When working on #35001 I had a hard time figuring where to place the code 
for all possible combinations of filters and REE data. `vector_selection.cc` is 
hard to follow with so many kernels implemented in a single file. This PR 
splits the two biggest ones: filter and take. Stuff that can be shared by both 
stays is in `vector_selection_internal.cc` and `vector_selection.cc` is 
concerned with the registering of the functions and a few smaller kernels.
   
   ### What changes are included in this PR?
   
   
   - [x]  `vector_selection_(internal|take|filter).(cc|h)` source files were 
extracted from `vector_selection.cc`
   
   ### Are these changes tested?
   
   Yes, by existing tests.
   


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