tdhock commented on issue #41267:
URL: https://github.com/apache/arrow/issues/41267#issuecomment-2228611305

   this is still an issue for me (error during CRAN checks of my package nc 
which Suggests arrow) 
https://www.r-project.org/nosvn/R.check/r-release-macos-arm64/nc-00check.html
   If there is no way to fix it on your end, can you please tell me how I can 
write a code which tests the installed arrow binary if it is possible to call 
dataset___HivePartitioning() ?
   Right now my condition is
   ```r
   if(requireNamespace("arrow")){
   ```
   but maybe I could change it to something like below?
   ```r
   if(requireNamespace("arrow") && 
arrow::binary_supports("dataset___HivePartitioning")){
   ```
   Is that error message stable? (not likely to change in the future) If so 
then I could wrap everything in a tryCatch.


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