gohive icon indicating copy to clipboard operation
gohive copied to clipboard

A Go driver for Hive

Results 12 gohive issues
Sort by recently updated
recently updated
newest added

`gohive` is a standalone repo. Its Dockerfile shouldn't include the requirement of SQLFlow. https://github.com/sql-machine-learning/gohive/blob/724039315edec1f08aa2480176e450931161f7b8/docker/Dockerfile#L167-L174 If SQLFlow want to reuse this Dockerfile, please build from `FROM sqlflow/gohive:dev`.

bug

After [PR33](https://github.com/sql-machine-learning/gohive/issues/33), [Stmt.Exec](https://golang.org/pkg/database/sql/#Stmt.Exec) and [Stmt.Close](https://golang.org/pkg/database/sql/#Stmt.Close) are required.

enhancement