zeroshade commented on code in PR #3399:
URL: https://github.com/apache/arrow-adbc/pull/3399#discussion_r2330513668


##########
.pre-commit-config.yaml:
##########
@@ -117,6 +117,12 @@ repos:
       pass_filenames: true
       files: '^c/include/arrow-adbc/[^/]*\.h$'
       entry: "./ci/scripts/run_cgo_drivermgr_check.sh"
+    - id: check-cgo-adbc-impl
+      name: Ensure CGO adbc_driver_manager.cc is syncd
+      language: script
+      pass_filenames: true
+      files: '^c/driver_manager/adbc_driver_manager\.cc$'
+      entry: "./ci/scripts/run_cgo_drivermgr_check.sh"

Review Comment:
   we were only validating the header file?



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