Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ncloudioj opened this issue Mar 4, 2014 · 1 comment
Closed

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

ncloudioj opened this issue Mar 4, 2014 · 1 comment
Labels
Milestone

Comments

@ncloudioj
Copy link
Collaborator

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 ncloudioj added the bug label Mar 4, 2014
@ncloudioj ncloudioj added this to the Version 0.1 milestone Mar 4, 2014
ncloudioj added a commit that referenced this issue Mar 4, 2014
ncloudioj added a commit that referenced this issue Mar 4, 2014
@ncloudioj
Copy link
Collaborator Author

Fixed in commit f65dd46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant