Skip to content

Commit

Permalink
A dot
Browse files Browse the repository at this point in the history
  • Loading branch information
zecevicp authored and Petar Zecevic committed Sep 7, 2018
1 parent 64437e5 commit 0a5c8de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ case class SortMergeJoinExec(
*
* @param streamedKeyGenerator a projection that produces join keys from the streamed input.
* @param bufferedKeyGenerator a projection that produces join keys from the buffered input.
* @param keyOrdering an ordering which can be used to compare join keys.
* @param keyOrdering an ordering which can be used to compare join keys
* @param streamedIter an input whose rows will be streamed.
* @param bufferedIter an input whose rows will be buffered to construct sequences of rows that
* have the same join key.
Expand Down

0 comments on commit 0a5c8de

Please sign in to comment.