You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/04/13 21:03:41 UTC

[GitHub] [arrow] westonpace opened a new issue, #35115: util_avx2.cc is in acero but should be in compute

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

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   As part of the split to acero the file `arrow/compute/util.cc` and `arrow/util/compute/exec/util.cc` got moved around a bit.  It seems that `util_avx2.cc` ended up in acero but it's functions are actually needed by parquet.  This means, when compiling with AVX2, you will get undefined symbol errors if you try to use parquet.
   
   ### 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] westonpace closed issue #35115: [C++] util_avx2.cc is in acero but should be in compute

Posted by "westonpace (via GitHub)" <gi...@apache.org>.
westonpace closed issue #35115: [C++] util_avx2.cc is in acero but should be in compute
URL: https://github.com/apache/arrow/issues/35115


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