Skip to content

Commit

Permalink
reinstate workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Feb 20, 2025
1 parent 8755545 commit 5ab8932
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ object RewriteJoin extends JoinSelectionHelper {
}
return BuildLeft
}
if (rightRowCount <= leftRowCount) {
if (rightSize <= leftSize) {
return BuildRight
}
BuildLeft
Expand Down

0 comments on commit 5ab8932

Please sign in to comment.