You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/02/14 19:54:08 UTC

[GitHub] [spark] nchammas opened a new pull request #27585: [SPARK-30832] SQL function doc headers should link to anchors

nchammas opened a new pull request #27585: [SPARK-30832] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585
 
 
   ### Why are the changes needed?
   
   In most of our docs, you can click on a heading to immediately get an anchor link to that specific section of the docs. The SQL function docs are lacking this. This PR adds this convenience to the SQL function docs.
   
   Here's the impact on the generated HTML.
   
   Before this PR:
   
   ```html
   <h3 id="array_join">array_join</h3>
   ```
   
   After this PR:
   
   ```html
   <h3 id="array_join"><a class="toclink" href="#array_join">array_join</a></h3>
   ```
   
   ### Does this PR introduce any user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   I built the docs manually and reviewed the results in my browser.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] HyukjinKwon commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586577620
 
 
   retest this please

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586578925
 
 
   **[Test build #118472 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118472/testReport)** for PR 27585 at commit [`347952a`](https://github.com/apache/spark/commit/347952a98e8fe61e2f807c15ff627bb0b70a2f61).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586592507
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586592512
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/118472/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586452374
 
 
   **[Test build #118445 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118445/testReport)** for PR 27585 at commit [`347952a`](https://github.com/apache/spark/commit/347952a98e8fe61e2f807c15ff627bb0b70a2f61).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586453254
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586453263
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/23202/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586498716
 
 
   **[Test build #118445 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118445/testReport)** for PR 27585 at commit [`347952a`](https://github.com/apache/spark/commit/347952a98e8fe61e2f807c15ff627bb0b70a2f61).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586577848
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586592139
 
 
   **[Test build #118472 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118472/testReport)** for PR 27585 at commit [`347952a`](https://github.com/apache/spark/commit/347952a98e8fe61e2f807c15ff627bb0b70a2f61).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586577848
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586592512
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/118472/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586501456
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/118445/
   Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586501456
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/118445/
   Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586452374
 
 
   **[Test build #118445 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118445/testReport)** for PR 27585 at commit [`347952a`](https://github.com/apache/spark/commit/347952a98e8fe61e2f807c15ff627bb0b70a2f61).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586577851
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/23229/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586453263
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/23202/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] srowen closed pull request #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
srowen closed pull request #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586592507
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586577851
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/23229/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586501427
 
 
   Merged build finished. Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586578925
 
 
   **[Test build #118472 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118472/testReport)** for PR 27585 at commit [`347952a`](https://github.com/apache/spark/commit/347952a98e8fe61e2f807c15ff627bb0b70a2f61).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586501427
 
 
   Merged build finished. Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] srowen commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
srowen commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-587229452
 
 
   Merged to master/3.0

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27585: [SPARK-30832][DOCS] SQL function doc headers should link to anchors
URL: https://github.com/apache/spark/pull/27585#issuecomment-586453254
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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