jonkeane commented on code in PR #46491:
URL: https://github.com/apache/arrow/pull/46491#discussion_r2095682754


##########
r/src/altrep.cpp:
##########
@@ -80,13 +80,8 @@ void DeletePointer(std::shared_ptr<T>* ptr) {
 template <typename T>
 using Pointer = cpp11::external_pointer<std::shared_ptr<T>, DeletePointer<T>>;
 
-#if ARROW_VERSION_MAJOR >= 18

Review Comment:
   No, we use binaries for that job — though that job *is* failing for other 
reasons I need to figure out 
(https://github.com/ursacomputing/crossbow/actions/runs/15090630647/job/42418790800
 is last night's run on main with the same failure)



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