WillAyd commented on code in PR #45854:
URL: https://github.com/apache/arrow/pull/45854#discussion_r2006185694


##########
python/pyarrow/src/arrow/python/numpy_to_arrow.cc:
##########
@@ -62,7 +62,7 @@
 namespace arrow {
 
 using internal::checked_cast;
-using internal::CopyBitmap;
+// using internal::CopyBitmap;

Review Comment:
   Note to self: this symbol is not resolving when linking against libarrow. 
Inspecting the mangled names, it appears that the default argument value of 0 
is the culprit. Need to still figure out why that is problematic



-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to