jasonlin45 opened a new pull request, #4401: URL: https://github.com/apache/arrow-adbc/pull/4401
## Summary - Add mutex to `databaseImpl` to serialize `Open()`/`Close()`/`SetOption()` - Concurrent `Open()` calls no longer race on pool init (duplicate OAuth listeners on port 8020) - Extract `getOrCreatePool()` helper; nil-guard `Close()` Fixes dbt-labs/dbt-core#13387 ## Test plan - [x] `go test -race -run TestConcurrent -count=5` passes - [x] `go build` clean 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
