[jira] [Commented] (SPARK-17883) Possible typo in comments of Row.scala

2016-10-12 Thread Weiluo Ren (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-17883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15569203#comment-15569203
 ] 

Weiluo Ren commented on SPARK-17883:


Sure, I will create a JIRA for this typo and others related (if any).

> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-17883) Possible typo in comments of Row.scala

2016-10-12 Thread Sean Owen (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-17883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15568068#comment-15568068
 ] 

Sean Owen commented on SPARK-17883:
---

That sounds like a good fix, though this is too trivial for a JIRA. Open a pull 
request, yes. Can you look for other similar typos in this and related code?

> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org