File tree Expand file tree Collapse file tree 15 files changed +17
-16
lines changed Expand file tree Collapse file tree 15 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 77 "time"
88
99 "github.com/apache/thrift/lib/go/thrift"
10- "github.com/databricks/databricks-sql-go /hive"
10+ "github.com/databricks/databricks-sql-node /hive"
1111)
1212
1313// Connection
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515 "time"
1616
1717 "github.com/apache/thrift/lib/go/thrift"
18- "github.com/databricks/databricks-sql-go /hive"
18+ "github.com/databricks/databricks-sql-node /hive"
1919)
2020
2121var (
Original file line number Diff line number Diff line change 1- module github.com/databricks/databricks-sql-go /examples
1+ module github.com/databricks/databricks-sql-node /examples
22
33go 1.18
44
55require (
6+ github.com/databricks/databricks-sql-node
67 github.com/gdamore/tcell/v2 v2.5.1
78 github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8
89)
Original file line number Diff line number Diff line change 11github.com/apache/thrift v0.12.0 h1:pODnxUFNcjP9UTLZGTdeh+j16A8lJbRvD3rOtrk/7bs =
22github.com/apache/thrift v0.12.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
3- github.com/databricks/databricks-sql-go v0.0.0-20220505212136-faf7eca8ae21 h1:jrq2fljZP0eGyd8+KeJyxaIsc9me2CXui5zzYAbtoBM =
4- github.com/databricks/databricks-sql-go v0.0.0-20220505212136-faf7eca8ae21 /go.mod h1:dP+yng72ZiI3zWhhfjMYeoGnUvhZbNsAoEZQCwNBElY =
3+ github.com/databricks/databricks-sql-node v0.0.0-20220505212136-faf7eca8ae21 h1:jrq2fljZP0eGyd8+KeJyxaIsc9me2CXui5zzYAbtoBM =
4+ github.com/databricks/databricks-sql-node v0.0.0-20220505212136-faf7eca8ae21 /go.mod h1:dP+yng72ZiI3zWhhfjMYeoGnUvhZbNsAoEZQCwNBElY =
55github.com/gdamore/encoding v1.0.0 h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko =
66github.com/gdamore/encoding v1.0.0 /go.mod h1:alR0ol34c49FCSBLjhosxzcPHQbf2trDkoo5dl+VrEg =
77github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 /go.mod h1:Az6Jt+M5idSED2YPGtwnfJV0kXohgdCBPmHGSYc1r04 =
Original file line number Diff line number Diff line change 88 "log"
99 "os"
1010
11- _ "github.com/databricks/databricks-sql-go "
11+ _ "github.com/databricks/databricks-sql-node "
1212)
1313
1414func main () {
Original file line number Diff line number Diff line change 88 "strconv"
99 "time"
1010
11- _ "github.com/databricks/databricks-sql-go "
11+ _ "github.com/databricks/databricks-sql-node "
1212 "github.com/gdamore/tcell/v2"
1313 "github.com/rivo/tview"
1414)
Original file line number Diff line number Diff line change 1- module github.com/databricks/databricks-sql-go
1+ module github.com/databricks/databricks-sql-node
22
33go 1.18
44
Original file line number Diff line number Diff line change 55 "log"
66
77 "github.com/apache/thrift/lib/go/thrift"
8- "github.com/databricks/databricks-sql-go /cli_service"
8+ "github.com/databricks/databricks-sql-node /cli_service"
99)
1010
1111// Client represents Hive Client
Original file line number Diff line number Diff line change 55 "fmt"
66 "log"
77
8- "github.com/databricks/databricks-sql-go /cli_service"
8+ "github.com/databricks/databricks-sql-node /cli_service"
99)
1010
1111const (
Original file line number Diff line number Diff line change 55 "reflect"
66 "time"
77
8- "github.com/databricks/databricks-sql-go /cli_service"
8+ "github.com/databricks/databricks-sql-node /cli_service"
99)
1010
1111type TableSchema struct {
You can’t perform that action at this time.
0 commit comments