Skip to content

Commit a8ea096

Browse files
debuggingfuturerxin
authored andcommitted
Update Documentation: leftsemi instead of semijoin
should sync up with here? https://github.com/apache/spark/blob/119f45d61d7b48d376cca05e1b4f0c7fcf65bfa8/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/joinTypes.scala#L26 Author: LCY Vincent <[email protected]> Closes apache#5944 from vincentlaucy/master and squashes the following commits: fc0e454 [LCY Vincent] Update DataFrame.scala
1 parent 25c01c5 commit a8ea096

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/DataFrame.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class DataFrame private[sql](
433433
*
434434
* @param right Right side of the join.
435435
* @param joinExprs Join expression.
436-
* @param joinType One of: `inner`, `outer`, `left_outer`, `right_outer`, `semijoin`.
436+
* @param joinType One of: `inner`, `outer`, `left_outer`, `right_outer`, `leftsemi`.
437437
* @group dfops
438438
*/
439439
def join(right: DataFrame, joinExprs: Column, joinType: String): DataFrame = {

0 commit comments

Comments
 (0)