We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3739f2c + 6527b88 commit e686f76Copy full SHA for e686f76
connection.go
@@ -7,15 +7,14 @@ import (
7
"time"
8
9
"github.com/databricks/databricks-sql-go/internal/cli_service"
10
- "github.com/databricks/databricks-sql-go/internal/client"
11
"github.com/databricks/databricks-sql-go/internal/config"
12
"github.com/databricks/databricks-sql-go/internal/sentinel"
13
"github.com/databricks/databricks-sql-go/logger"
14
)
15
16
type conn struct {
17
cfg *config.Config
18
- client *client.ThriftServiceClient
+ client cli_service.TCLIService
19
session *cli_service.TOpenSessionResp
20
}
21
0 commit comments