[ 
https://issues.apache.org/jira/browse/THRIFT-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15190113#comment-15190113
 ] 

Roger Meier commented on THRIFT-3669:
-------------------------------------

Could you please test on master branch and provide a patch? We also like test 
cases.

> JS Deserialization of lists of lists is broken
> ----------------------------------------------
>
>                 Key: THRIFT-3669
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3669
>             Project: Thrift
>          Issue Type: Bug
>          Components: JavaScript - Library
>    Affects Versions: 0.9.3, 1.0
>            Reporter: Christian Bürckert
>             Fix For: 0.9.3, 1.0
>
>         Attachments: thrift.js
>
>
> struct QueryResult {
>       1: required list<list<string>> rows;
> }
> service QueryService{
>       QueryResult query(); 
> }
> Using TJSONProtocol the list<list<string>> is transmitted correctly but 
> deserialized wrong. Only the first sublist will contain the correct string 
> values the second, third and so on will be empty. The error is a combination 
> of readListBegin, readListEnd and readString (in thrift.js) which somehow 
> interacts wrongly with the internal rstack when lists are included in lists. 
> As a temporary solution until the deserialization is fixed I advice others to 
> create an intermediate struct which contains the sublists.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to