Weiluo Ren created SPARK-17883:
----------------------------------

             Summary: Possible typo in comments of Row.scala
                 Key: SPARK-17883
                 URL: https://issues.apache.org/jira/browse/SPARK-17883
             Project: Spark
          Issue Type: Documentation
          Components: SQL
            Reporter: Weiluo Ren
            Priority: Trivial



The description of the private method
{code}private def getAnyValAs[T <: AnyVal](i: Int): T{code}
says "Returns the value of a given fieldName." on 
https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/Row.scala#L465

It should be "Returns the value at position i." instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to