You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by mengxr <gi...@git.apache.org> on 2018/08/17 22:49:57 UTC

[GitHub] spark pull request #22137: [MINOR][DOC][SQL] use one line for annotation arg...

GitHub user mengxr opened a pull request:

    https://github.com/apache/spark/pull/22137

    [MINOR][DOC][SQL] use one line for annotation arg value

    ## What changes were proposed in this pull request?
    
    Put annotation args in one line, or API doc generation will fail.
    
    ~~~
    [error] /Users/meng/src/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/stringExpressions.scala:1559: annotation argument needs to be a constant; found: "_FUNC_(expr) - Returns the character length of string data or number of bytes of ".+("binary data. The length of string data includes the trailing spaces. The length of binary ").+("data includes binary zeros.")
    [error]     "binary data. The length of string data includes the trailing spaces. The length of binary " +
    [error]                                                                                                  ^
    [info] No documentation generated with unsuccessful compiler run
    [error] one error found
    [error] (catalyst/compile:doc) Scaladoc generation failed
    [error] Total time: 27 s, completed Aug 17, 2018 3:20:08 PM
    ~~~
    
    ## How was this patch tested?
    
    sbt catalyst/compile:doc passed
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mengxr/spark minor-doc-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22137.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22137
    
----
commit e9a93762aeeb219cf9ab600da248a0d1f295d09f
Author: Xiangrui Meng <me...@...>
Date:   2018-08-17T22:47:04Z

    fix a minor issue to generate API docs

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22137: [MINOR][DOC][SQL] use one line for annotation arg value

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22137
  
    **[Test build #94911 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/94911/testReport)** for PR 22137 at commit [`e9a9376`](https://github.com/apache/spark/commit/e9a93762aeeb219cf9ab600da248a0d1f295d09f).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22137: [MINOR][DOC][SQL] use one line for annotation arg value

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22137
  
    **[Test build #94911 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/94911/testReport)** for PR 22137 at commit [`e9a9376`](https://github.com/apache/spark/commit/e9a93762aeeb219cf9ab600da248a0d1f295d09f).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22137: [MINOR][DOC][SQL] use one line for annotation arg value

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22137
  
    Merged build finished. Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22137: [MINOR][DOC][SQL] use one line for annotation arg value

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22137
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/2290/
    Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22137: [MINOR][DOC][SQL] use one line for annotation arg value

Posted by HyukjinKwon <gi...@git.apache.org>.
Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/22137
  
    Merged to master.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22137: [MINOR][DOC][SQL] use one line for annotation arg value

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22137
  
    Merged build finished. Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22137: [MINOR][DOC][SQL] use one line for annotation arg value

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22137
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/94911/
    Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22137: [MINOR][DOC][SQL] use one line for annotation arg value

Posted by mengxr <gi...@git.apache.org>.
Github user mengxr commented on the issue:

    https://github.com/apache/spark/pull/22137
  
    cc: @gatorsmile 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request #22137: [MINOR][DOC][SQL] use one line for annotation arg...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/22137


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org