[ https://issues.apache.org/jira/browse/JENA-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16774917#comment-16774917 ]
ASF subversion and git services commented on JENA-1674: ------------------------------------------------------- Commit efa2a7ac19ec148812f29634225a79f40e82f864 in jena's branch refs/heads/master from Andy Seaborne [ https://gitbox.apache.org/repos/asf?p=jena.git;h=efa2a7a ] JENA-1674: Don't sign extend Float.floatToIntBits. Add TestFloatNode for value-based testing of FloatNode. Use canonical NaN for packing Double.NaN. > Mishandling negative xsd:floats in TDB2 > --------------------------------------- > > Key: JENA-1674 > URL: https://issues.apache.org/jira/browse/JENA-1674 > Project: Apache Jena > Issue Type: Improvement > Components: TDB2 > Affects Versions: Jena 3.10.0 > Reporter: Andy Seaborne > Assignee: Andy Seaborne > Priority: Major > Fix For: Jena 3.11.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Reported on users@: > https://lists.apache.org/thread.html/063ad1651c559752080001c7faa40d24d0bf29d78636f3a3e222c1ab@%3Cusers.jena.apache.org%3E > Example: > {code} > public static void main(String[] args) { > Location loc = Location.mem(); > DatasetGraph dsg = DatabaseMgr.connectDatasetGraph(loc); > Txn.execute(dsg, ()->dsg.add(SSE.parseQuad("(_ :s :p > '-1'^^xsd:float)"))); > Txn.execute(dsg, ()->RDFDataMgr.write(System.out, dsg, Lang.NQ)); > } > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)