You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is most likely inherited from the Jena-hdt base of the client, as tests show it has the same issue.
When running queries
aggregates/agg-avg-02, aggregates/agg-min-02, aggregates/agg-sum-02, aggregates/agg-err-02
from the w3c SPARQL 1.1 compliance benchmark
Results give a correct answer, but with a slightly different representation than what the w3c reference expects.
Usually expected upper-case 'E' for powers of 10 are represented as lower-case 'e'.
Additionally, sometimes, numbers will be shifted towards a lower power of ten e.g:
#expected:
2.0E-1
#results:
0.2e0
attached is the Query, Results, and Expected files. QRE.zip
The text was updated successfully, but these errors were encountered:
This is most likely inherited from the Jena-hdt base of the client, as tests show it has the same issue.
When running queries
aggregates/agg-avg-02, aggregates/agg-min-02, aggregates/agg-sum-02, aggregates/agg-err-02
from the w3c SPARQL 1.1 compliance benchmark
with queries of the following structure:
Results give a correct answer, but with a slightly different representation than what the w3c reference expects.
Usually expected upper-case 'E' for powers of 10 are represented as lower-case 'e'.
Additionally, sometimes, numbers will be shifted towards a lower power of ten e.g:
attached is the Query, Results, and Expected files.
QRE.zip
The text was updated successfully, but these errors were encountered: