bippio / go-impala

Golang Driver for Apache Impala
MIT License
51 stars 40 forks source link

suspect Ping() does not "establishing a connection if necessary" #38

Open mangup opened 2 years ago

mangup commented 2 years ago

"Ping verifies a connection to the database is still alive, establishing a connection if necessary." But I've got an error message from it - "write tcp 172.22.0.2:38686->10.2.44.115:21050: write: broken pipe"

Does Ping() works wrong or its description is incorrect?