Skip to content

Commit 41d88a4

Browse files
committed
Fix merge
1 parent efa2647 commit 41d88a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/queries/performance/LargeJoinOrder.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ predicate extractInformation(
3535
maxTupleCount = max(run.getCount(_)) and
3636
tuples = run.getCounts() and
3737
duplicationPercentages = run.getDuplicationPercentage() and
38-
ra = simple.getRA()
38+
ra = simple.getPipeLine()
3939
)
4040
}
4141

0 commit comments

Comments
 (0)