hive
hive copied to clipboard
Go Thrift-Hive client
This library is great. But how to use this library to access hive that need to be auth with username and password? thanks.
It's not good practice to have debug messages in package, because when another package imports hive it has unpredictable results and console. Solutions: - Remove at all, and return only...
It will be good to use some functions with args..., for example ThriftHiveClient.Execute. ``` c.Execute("INSERT INTO test (id, name) VALUES (?, ?)", 1, "Alex") ``` List of methods: all methods...