You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2018/12/27 15:25:21 UTC

[jira] [Closed] (THRIFT-4443) node.js json_protocol throws error in skip function

     [ https://issues.apache.org/jira/browse/THRIFT-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King III closed THRIFT-4443.
-------------------------------------

> node.js json_protocol throws error in skip function
> ---------------------------------------------------
>
>                 Key: THRIFT-4443
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4443
>             Project: Thrift
>          Issue Type: Bug
>          Components: Node.js - Library
>    Affects Versions: 0.11.0
>            Reporter: Kerri Devine
>            Assignee: James E. King III
>            Priority: Major
>              Labels: easyfix, patch
>             Fix For: 0.12.0
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The skip function is unsupported in the node.js implementation of the json_protocol. Interestingly, the compact_protocol implements the skip function, as does the JavaScript version.
> {code:javascript}
> TJSONProtocol.prototype.skip = function(type) {
>   throw new Error('skip not supported yet');
> };
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)