Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyyang-svail committed Aug 7, 2019
1 parent 2a654bb commit f726a93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"strings"

hiveserver2 "sqlflow.org/gohive/hiveserver2/gen-go/tcliservice"
hiveserver2 "github.com/sql-machine-learning/gohive/hiveserver2/gen-go/tcliservice"
)

// hiveOptions for opened Hive sessions.
Expand Down
2 changes: 1 addition & 1 deletion driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"errors"
"github.com/apache/thrift/lib/go/thrift"

hiveserver2 "sqlflow.org/gohive/hiveserver2/gen-go/tcliservice"
hiveserver2 "github.com/sql-machine-learning/gohive/hiveserver2/gen-go/tcliservice"
)

type drv struct{}
Expand Down
2 changes: 1 addition & 1 deletion result.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package gohive
import (
"database/sql/driver"

hiveserver2 "sqlflow.org/gohive/hiveserver2/gen-go/tcliservice"
hiveserver2 "github.com/sql-machine-learning/gohive/hiveserver2/gen-go/tcliservice"
)

type hiveResult struct {
Expand Down
2 changes: 1 addition & 1 deletion rows.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"reflect"
"time"

hiveserver2 "sqlflow.org/gohive/hiveserver2/gen-go/tcliservice"
hiveserver2 "github.com/sql-machine-learning/gohive/hiveserver2/gen-go/tcliservice"
)

// rowSet implements the interface database/sql/driver.Rows.
Expand Down

0 comments on commit f726a93

Please sign in to comment.