bippio / go-impala

Golang Driver for Apache Impala
MIT License
52 stars 39 forks source link

Migrate to standard Go modules (go.{mod,sum}) from Gopkg, update Thrift service definitions #47

Open kenshaw opened 9 months ago

kenshaw commented 9 months ago

Updating the driver to use standard Go modules, and the Thrift service definitions.

usql has had this driver in its code base for some time, but it has not been working properly. I'd like to reenable this driver for default release builds, but cannot do so until the issue with the API changes have been rectified, as other drivers that usql uses also make use of Thrift.

Appreciate the work you've done on making this driver available to the community!