lidavidm commented on code in PR #1965:
URL: https://github.com/apache/arrow-adbc/pull/1965#discussion_r1667977836


##########
r/adbcdrivermanager/bootstrap.R:
##########
@@ -19,8 +19,10 @@
 # implementation from the repo. We also run this from configure, so do nothing
 # if we aren't sitting within the repo (e.g., installing a source package from 
a
 # tarball).
+dir.create("src/arrow-adbc", showWarnings=FALSE)
+file.copy("../../c/include/arrow-adbc/adbc.h", "src/arrow-adbc/adbc.h")
+
 files_to_vendor <- c(
-  "../../adbc.h",
   "../../c/driver_manager/adbc_driver_manager.h",

Review Comment:
   Yes! That would be much appreciated



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