lidavidm commented on PR #3174: URL: https://github.com/apache/arrow-adbc/pull/3174#issuecomment-3117531537
Ah, there is a lint error ``` driver/bigquery/connection.go:633:15: Error return value of `client.Close` is not checked (errcheck) client.Close() ``` Probably that should use `errors.Join` -- 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