thisisnic commented on issue #48903:
URL: https://github.com/apache/arrow/issues/48903#issuecomment-3786164190
Hmm, Macbuilder fails:
```
altrep.cpp:131:22: error: use of undeclared identifier
'R_altrep_class_name'; did you mean 'R_altrep_class_t'?
131 | SEXP class_sym = R_altrep_class_name(alt);
| ^
/Library/Frameworks/R.framework/Resources/include/R_ext/Altrep.h:39:32:
note: 'R_altrep_class_t' declared here
39 | typedef struct { SEXP ptr; } R_altrep_class_t;
| ^
```
--
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]