You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (Jira)" <ji...@apache.org> on 2019/12/16 08:29:00 UTC

[jira] [Created] (JENA-1801) Thrift encoded result set can have null for the variables list.

Andy Seaborne created JENA-1801:
-----------------------------------

             Summary: Thrift encoded result set can have null for the variables list.
                 Key: JENA-1801
                 URL: https://issues.apache.org/jira/browse/JENA-1801
             Project: Apache Jena
          Issue Type: Bug
    Affects Versions: Jena 3.13.1
            Reporter: Andy Seaborne
            Assignee: Andy Seaborne
             Fix For: Jena 3.14.0


{{new RDF_VarTuple()}} creates an element with a null array internally and then nothing is written for the array to the Thrift output. On decode, the array is null as well. To be robust, the reader {{Thift2Binding}} should cope with this and writer {{Binding2Thrift}} should send an empty array.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)