GitHub user F21 opened a pull request:
https://github.com/apache/calcite-avatica-go/pull/7
Fix execute response with empty result set
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Boostport/calcite-avatica-go
fix-execute-response-with-empty-result-set
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/calcite-avatica-go/pull/7.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #7
----
commit ff983fb33b148c14d96d8e330e542cb63120c8d4
Author: Francis Chuang <[email protected]>
Date: 2017-12-14T10:10:41Z
Check size of ExecuteResponse.Results before using it because under some
conditions, the result set can be empty
commit e3c045c78f6a1706f0a3cb4ef551ebd557d0510e
Author: Francis Chuang <[email protected]>
Date: 2017-12-14T10:18:07Z
Remove empty slice declaration via literals
----
---