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

THRIFT-4206: Fix decoding of strings in containers with py:dynamic and py:utf8strings #1273

Closed
wants to merge 1 commit into from

Conversation

elprans
Copy link
Contributor

@elprans elprans commented May 23, 2017

_read_by_ttype and _write_by_ttype must be using the element spec
and not the container spec when determining the correct read/write
handler.

@elprans elprans changed the title Fix decoding of strings in containers with py:dynamic and py:utf8strings THRIFT-4206: Fix decoding of strings in containers with py:dynamic and py:utf8strings May 23, 2017
@jeking3
Copy link
Contributor

jeking3 commented Sep 21, 2017

Could you rebase on master and refresh the PR so we get a clean build, now that CI is stable again? Thanks.

_read_by_ttype and _write_by_ttype must be using the *element* spec
and not the container spec when determining the correct read/write
handler.
@elprans
Copy link
Contributor Author

elprans commented Sep 25, 2017

Rebased.

@asfgit asfgit closed this in 2d1fe88 Sep 26, 2017
jeking3 pushed a commit to jeking3/thrift that referenced this pull request Nov 30, 2017
…d py:utf8strings

Client: py

_read_by_ttype and _write_by_ttype must be using the *element* spec
and not the container spec when determining the correct read/write
handler.

This closes apache#1273
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants