Commit f433566
committed
fix(benchmark): normalize xsd:string literals to match QLever output
QLever normalizes "value"^^<xsd:string> to "value" per RDF 1.1, but
provenance update queries retained the explicit datatype suffix. This
caused _manage_update_queries to fail discarding quads during version
reconstruction, producing duplicate results for affected entities.1 parent 03ad09d commit f433566
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
0 commit comments