Håvard M. Ottestad
Håvard M. Ottestad
Seems like it's a bug in webkit: https://bugs.webkit.org/show_bug.cgi?id=47450
Might be a problem with the "Automatic Proxy Configuration" in System Preferences, Network, Advanced, Proxies
Jupiter is the name for Junit 5. Jerven migrated those tests from Junit 4. I know there is one issue with the way that they are executed now. The lifecycle...
Maybe surefire/failsafe maven plugins need to be updated to detect the tests?
What's happening now is probably related to the lifecycle issues with the tests. The directory that is created for the new repository is the same for each test, instead of...

``` Distinct (resultSizeActual=9, totalTimeActual=6.0s, selfTimeActual=0.028ms) Projection (resultSizeActual=9, totalTimeActual=6.0s, selfTimeActual=0.046ms) ├── ProjectionElemList │ ProjectionElem "countryID" │ ProjectionElem "year" │ ProjectionElem "amountLots" │ ProjectionElem "numSingleBidders" └── Extension (resultSizeActual=9, totalTimeActual=6.0s, selfTimeActual=0.027ms) Group (countryID,...
``` Cardinality for StatementPattern Var (name=proc) Var (name=_const_f5e5585a_uri, value=http://www.w3.org/1999/02/22-rdf-syntax-ns#type, anonymous) Var (name=_const_be18ee7b_uri, value=http://data.europa.eu/a4g/ontology#Procedure, anonymous) is 152106.0 (HDT: 76053.0, Native: 76053.0) Cardinality for StatementPattern Var (name=proc) Var (name=_const_9c756f6b_uri, value=http://data.europa.eu/a4g/ontology#hasProcedureType, anonymous) Var...
@ate47 @D063520 I've merged the fix for the QueryJoinOptimizer and it's available from the snapshot repo. The query still needs a slight modification. RDF4J does not optimise the location of...
@D063520 Would you like to me comment on the original discussion page to outline my findings and the solution?