tspurway / hustle

A column oriented, embarrassingly distributed relational event database.
Other
240 stars 36 forks source link

dump() can't handle the result of nested query #12

Closed ncloudioj closed 10 years ago

ncloudioj commented 10 years ago
a = select(t.c1, t.c2, where=t, nest=True)
dump(a._blobs)

will incur an Disco exception "DataError: ... Corrupted input: Could not parse a value length at 0 bytes.". It shouldn't use result_iterator() to fetch the result in this case.

ncloudioj commented 10 years ago

Fixed in commit f65dd46d6c63adee16cda7e270cf17c5c004a97f