lidavidm opened a new issue, #1178:
URL: https://github.com/apache/arrow-adbc/issues/1178
This is weird because said map is protected by a lock:
```
[ RUN ] DremioFlightSqlStatementTest.ConcurrentStatements
fatal error: concurrent map writes
goroutine 1249 [running]:
google.golang.org/grpc/metadata.MD.Set(...)
/home/runner/go/pkg/mod/google.golang.org/[email protected]/metadata/metadata.go:117
github.com/apache/arrow-adbc/go/adbc/driver/flightsql.(*bearerAuthMiddleware).HeadersReceived(0x10c0000d61e0,
{0x10c00034b910?, 0x7f496568bc4d?}, 0x10c00034b8f0?)
/home/runner/work/arrow-adbc/arrow-adbc/go/adbc/driver/flightsql/flightsql_database.go:490
+0xea
github.com/apache/arrow/go/v13/arrow/flight.CreateClientMiddleware.func2.1({0x7f4965929840,
0x10c0001100b0})
/home/runner/go/pkg/mod/github.com/apache/arrow/go/[email protected]/arrow/flight/client.go:153
+0x213
github.com/apache/arrow/go/v13/arrow/flight.CreateClientMiddleware.func2.2()
/home/runner/go/pkg/mod/github.com/apache/arrow/go/[email protected]/arrow/flight/client.go:161
+0x9f
created by
github.com/apache/arrow/go/v13/arrow/flight.CreateClientMiddleware.func2
/home/runner/go/pkg/mod/github.com/apache/arrow/go/[email protected]/arrow/flight/client.go:156
+0x40d
```
--
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]