Skip to content

Adds ChunkReader

Pre-release
Pre-release
Compare
Choose a tag to compare
@jscott22 jscott22 released this 10 Feb 12:40
· 54 commits to master since this release

This PR resolves #8's identified issues with the ReadRowsResponse parsing logic. The issues are addressed by introducing a ChunkReader state machine handled through dynamically created GenServers. The solution is based on the reader from the official Go client library.

The ChunkReader's ability to parse a ReadRowsResponse is validated through unit tests generated using the Google read rows acceptance test JSON file provided in #8