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

Nan Zhu commented on SPARK-6592:
--------------------------------

it contains....

the reason is that the input of that line is "file.getCanonicalPath"...which 
output the absolute path

e.g.

{code}

scala> val f = new java.io.File("Row.class")
f: java.io.File = Row.class

scala> f.getCanonicalPath
res0: String = 
/Users/nanzhu/code/spark/sql/catalyst/target/scala-2.10/classes/org/apache/spark/sql/Row.class

{code}


> API of Row trait should be presented in Scala doc
> -------------------------------------------------
>
>                 Key: SPARK-6592
>                 URL: https://issues.apache.org/jira/browse/SPARK-6592
>             Project: Spark
>          Issue Type: Bug
>          Components: Documentation, SQL
>    Affects Versions: 1.3.0
>            Reporter: Nan Zhu
>            Priority: Critical
>
> Currently, the API of Row class is not presented in Scaladoc, though we have 
> many chances to use it 
> the reason is that we ignore all files under catalyst directly in 
> SparkBuild.scala when generating Scaladoc, 
> (https://github.com/apache/spark/blob/f75f633b21faaf911f04aeff847f25749b1ecd89/project/SparkBuild.scala#L369)
> What's the best approach to fix this? [~rxin]



--
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

Reply via email to