Skip to content

Commit 0a5c8de

Browse files
zecevicpPetar Zecevic
authored andcommitted
A dot
1 parent 64437e5 commit 0a5c8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/joins/SortMergeJoinExec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ case class SortMergeJoinExec(
868868
*
869869
* @param streamedKeyGenerator a projection that produces join keys from the streamed input.
870870
* @param bufferedKeyGenerator a projection that produces join keys from the buffered input.
871-
* @param keyOrdering an ordering which can be used to compare join keys.
871+
* @param keyOrdering an ordering which can be used to compare join keys
872872
* @param streamedIter an input whose rows will be streamed.
873873
* @param bufferedIter an input whose rows will be buffered to construct sequences of rows that
874874
* have the same join key.

0 commit comments

Comments
 (0)