We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64437e5 commit 0a5c8deCopy full SHA for 0a5c8de
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/SortMergeJoinExec.scala
@@ -868,7 +868,7 @@ case class SortMergeJoinExec(
868
*
869
* @param streamedKeyGenerator a projection that produces join keys from the streamed input.
870
* @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.
+ * @param keyOrdering an ordering which can be used to compare join keys
872
* @param streamedIter an input whose rows will be streamed.
873
* @param bufferedIter an input whose rows will be buffered to construct sequences of rows that
874
* have the same join key.
0 commit comments