raulcd commented on code in PR #46491: URL: https://github.com/apache/arrow/pull/46491#discussion_r2095477359
########## 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: Isn't this required for the `test-r-arrow-backwards-compatibility` job too? -- 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