Skip to content

Commit

Permalink
minor doc fix for Row.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
david-weiluo-ren committed Oct 12, 2016
1 parent b512f04 commit 5084746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/catalyst/src/main/scala/org/apache/spark/sql/Row.scala
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ trait Row extends Serializable {
def mkString(start: String, sep: String, end: String): String = toSeq.mkString(start, sep, end)

/**
* Returns the value of a given fieldName.
* Returns the value at position i.
*
* @throws UnsupportedOperationException when schema is not defined.
* @throws ClassCastException when data type does not match.
Expand Down

0 comments on commit 5084746

Please sign in to comment.