Skip to content

Commit 9439a3f

Browse files
committed
fix test
1 parent 945ecc6 commit 9439a3f

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

core/queryalgebra/evaluation/src/test/java/org/eclipse/rdf4j/query/algebra/evaluation/impl/QueryCostEstimatesTest.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,21 @@ public void testBindingSetAssignmentOptimization() throws RDF4JException {
6464
" ProjectionElem \"o\"\n" +
6565
" ProjectionElem \"x\"\n" +
6666
" Join\n" +
67+
" StatementPattern (costEstimate=6.00, resultSizeEstimate=1.00)\n" +
68+
" Var (name=_const_5c6ba46_uri, value=ex:s2, anonymous)\n" +
69+
" Var (name=_const_af00e088_uri, value=ex:pred, anonymous)\n" +
70+
" Var (name=_const_17c09_lit_e2eec718, value=\"bah\", anonymous)\n" +
6771
" Join\n" +
68-
" StatementPattern (costEstimate=6.00, resultSizeEstimate=1.00)\n" +
69-
" Var (name=_const_5c6ba46_uri, value=ex:s2, anonymous)\n" +
70-
" Var (name=_const_af00e088_uri, value=ex:pred, anonymous)\n" +
71-
" Var (name=_const_17c09_lit_e2eec718, value=\"bah\", anonymous)\n" +
7272
" StatementPattern (costEstimate=90, resultSizeEstimate=10)\n" +
7373
" Var (name=_const_5c6ba45_uri, value=ex:s1, anonymous)\n" +
7474
" Var (name=_const_af00e088_uri, value=ex:pred, anonymous)\n" +
7575
" Var (name=v)\n" +
76-
" LeftJoin (new scope)\n" +
77-
" StatementPattern (resultSizeEstimate=1000)\n" +
78-
" Var (name=s)\n" +
79-
" Var (name=p)\n" +
80-
" Var (name=o)\n" +
81-
" BindingSetAssignment ([[x=ex:a], [x=ex:b], [x=ex:c], [x=ex:d], [x=ex:e], [x=ex:f], [x=ex:g]])\n"
76+
" LeftJoin (new scope) (costEstimate=90.5K, resultSizeEstimate=1000)\n" +
77+
" StatementPattern (resultSizeEstimate=1000)\n" +
78+
" Var (name=s)\n" +
79+
" Var (name=p)\n" +
80+
" Var (name=o)\n" +
81+
" BindingSetAssignment ([[x=ex:a], [x=ex:b], [x=ex:c], [x=ex:d], [x=ex:e], [x=ex:f], [x=ex:g]])\n"
8282
);
8383

8484
}

0 commit comments

Comments
 (0)