bippio / go-impala

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

fix for query error with large number of rows #8

Closed shaloi closed 5 years ago

shaloi commented 5 years ago

This fixes the following issue:

2019/02/07 16:10:41 GetResultsMetadata failed: get_resultsmetadata: wrong method name 2019/02/07 16:10:41 List of Tables in Database db1: [] 2019/02/07 16:10:41 error in querying database db1: query: wrong method name 2019/02/07 16:10:41 error in querying database db2: query: wrong method name .... all subsequent requests fail_

intamyuto commented 5 years ago

the problem is with TSaslTransport failing to read large frame. please review merge request #9 for patch