felipecrv commented on code in PR #3325:
URL: https://github.com/apache/arrow-adbc/pull/3325#discussion_r2316534977
##########
go/adbc/pkg/Makefile:
##########
@@ -54,6 +54,7 @@ libadbc_driver_%.$(SUFFIX): % ../driver/% ../go.mod ../go.sum
regenerate:
go run gen/main.go -prefix BigQuery -o ./bigquery/ -driver
../driver/bigquery
go run gen/main.go -prefix FlightSQL -o ./flightsql/ -driver
../driver/flightsql
+ go run gen/main.go -prefix Databricks -o ./databricks/ -driver
../driver/databricks
Review Comment:
You should add `databricks` to the `MANAGERS` list in the beginning of the
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]