Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Jena 4.3.1
-
None
Description
When computing the TDB/TDB2 stats via CLI the size will be serialized incorrectly for large datasets.
For example for latest Wikidata Truthy we get
(count -1983667112))
This happens because for both the corresponding `Stats.java` class does enforce an Integer type Node though the value is a long type:
if ( count >= 0 ) addPair(meta.getList(), StatsMatcher.COUNT, NodeFactoryExtra.intToNode((int)count)) ;
Attachments
Attachments
Issue Links
- links to