-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
The issue was when I tried to query Databricks using the Go sql driver (https://docs.databricks.com/dev-tools/go-sql-driver.html)
I got the following error: driver: bad connection: HTTP Response code: 500 . It was flaky at first but now it is 100% failing. After further debugging, I found that the error happened when trying to acquire a connection, before actually sending the query.
the error is thrown from here
https://github.com/databricks/databricks-sql-go/blob/main/hive/client.go#L43
error : error(*github.com/apache/thrift/lib/go/thrift.tTransportException) *{typeId: 0, err: error(*errors.errorString) *{s: "HTTP Response code: 500"}}
ericsun2
Metadata
Metadata
Assignees
Labels
No labels