jonkeane commented on pull request #11404:
URL: https://github.com/apache/arrow/pull/11404#issuecomment-942480720


   Hmm, so it looks like the 3.5 is failing for partial matching issues 
separate from the altrep stuff.
   
   for 3.4 and below, I think I see what's happening now which is that 
altrep.cpp is only (fully) built if R has altrep, but then we reference a 
function from that in 
https://github.com/apache/arrow/blob/master/r/src/array_to_vector.cpp#L69, so 
on 3.4 altrep.hpp has nothing in it (since most/all of the file was ignored), 
and therefore `altrep::MakeAltrepVector` is not defined


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