You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "felipecrv (via GitHub)" <gi...@apache.org> on 2023/05/25 14:00:29 UTC

[GitHub] [arrow] felipecrv opened a new issue, #35765: [C++] Split vector_selection.cc into more compilation units

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

   ### Describe the enhancement requested
   
   `vector_selection.cc` contains multiple kernel implementations — `take`, `filter`, `drop_null`... — and many specializations. It's hard to see what is related to what and if we mix in kernel specializations for run-end encoded filters and data it will get really hard to review for completeness
   
   ### 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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou closed issue #35765: [C++] Split vector_selection.cc into more compilation units

Posted by "pitrou (via GitHub)" <gi...@apache.org>.
pitrou closed issue #35765: [C++] Split vector_selection.cc into more compilation units
URL: https://github.com/apache/arrow/issues/35765


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org