Skip to content

Commit

Permalink
fix comment style..
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-wang committed Apr 3, 2015
1 parent 2edd235 commit e3ec096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ case class SortMergeJoin(
stop = true
} else if (ordering.compare(leftKey, rightKey) > 0 || rightKey.anyNull) {
fetchRight()
} else { //if (ordering.compare(leftKey, rightKey) < 0 || leftKey.anyNull)
} else { // if (ordering.compare(leftKey, rightKey) < 0 || leftKey.anyNull)
fetchLeft()
}
}
Expand Down

0 comments on commit e3ec096

Please sign in to comment.