Skip to content

Commit

Permalink
minor doc fix for Row.scala
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

minor doc fix for "getAnyValAs" in class Row

## How was this patch tested?

None.

(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

Author: buzhihuojie <ren.weiluo@gmail.com>

Closes #15452 from david-weiluo-ren/minorDocFixForRow.
  • Loading branch information
david-weiluo-ren authored and rxin committed Oct 13, 2016
1 parent 064d665 commit 7222a25
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 7222a25

Please sign in to comment.