Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 3.13.1
-
None
-
None
Description
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.