Skip to content

Commit

Permalink
Update LetClauseSparkIterator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainfourny authored Oct 28, 2024
1 parent 3918337 commit c10c139
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ public FlworDataFrame getDataFrameAsJoin(
);
}
}

if (rightDependencies.size() == 1 && rightDependencies.contains(Name.CONTEXT_ITEM)) {
if (!leftDependencies.contains(Name.CONTEXT_ITEM)) {
contextItemValueExpression = rightHandSideOfJoinEqualityCriterion;
Expand Down

0 comments on commit c10c139

Please sign in to comment.