Skip to content

Commit

Permalink
fix scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Apr 4, 2014
1 parent 11062ac commit b23a15d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sql/core/src/main/scala/org/apache/spark/sql/SchemaRDD.scala
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ class SchemaRDD(
*
* @param otherPlan the [[SchemaRDD]] that should be joined with this one.
* @param joinType One of `Inner`, `LeftOuter`, `RightOuter`, or `FullOuter`. Defaults to `Inner.`
* @param condition An optional condition for the join operation. This is equivilent to the `ON`
* clause in standard SQL. In the case of `Inner` joins, specifying a
* `condition` is equivilent to adding `where` clauses after the `join`.
* @param on An optional condition for the join operation. This is equivilent to the `ON`
* clause in standard SQL. In the case of `Inner` joins, specifying a
* `condition` is equivilent to adding `where` clauses after the `join`.
*
* @group Query
*/
Expand Down

0 comments on commit b23a15d

Please sign in to comment.