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

   This is mostly mechanical refactoring. Since many VectorKernels support 
being passed in a ChunkedArray, I separated the `ExecSpan` code path (which 
does not support chunked arrays) from a separate `VectorKernel::exec_chunked` 
function which continues to use the `const ExecBatch&` input format. 
   
   Aggregate (scalar and hash) kernels will have to get refactored in a follow 
up PR. I was going to try to pack that into this branch but it got to be a 
little bit too much. I would like to work on ARROW-16757 next anyway which will 
help a lot with cleaning up a lot of accumulated cruft


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