You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2021/10/18 05:58:05 UTC

[spark] branch branch-3.2 updated: [SPARK-37032][SQL] Fix broken SQL syntax link in SQL Reference page

This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new cd793a0  [SPARK-37032][SQL] Fix broken SQL syntax link in SQL Reference page
cd793a0 is described below

commit cd793a0ee19dda81529792b34921a336dd246257
Author: Angerszhuuuu <an...@gmail.com>
AuthorDate: Mon Oct 18 13:56:21 2021 +0800

    [SPARK-37032][SQL] Fix broken SQL syntax link in SQL Reference page
    
    ### What changes were proposed in this pull request?
    Current 4 link about SQL syntax under SQL Reference page is broken, this pr will fix the broken link. And re-link to the subsection under SQL Syntax doc
    
    ![image](https://user-images.githubusercontent.com/46485123/137661935-d303ef9f-3596-4cac-896d-a53d19c1ca97.png)
    
    ### Why are the changes needed?
    Fix SQL Reference doc's broken link
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Not need
    
    Closes #34307 from AngersZhuuuu/SPARK-37032.
    
    Authored-by: Angerszhuuuu <an...@gmail.com>
    Signed-off-by: Wenchen Fan <we...@databricks.com>
    (cherry picked from commit e7815b1b34bbf47656423d2dc1af82f7c5c5ffcb)
    Signed-off-by: Wenchen Fan <we...@databricks.com>
---
 docs/sql-ref.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/sql-ref.md b/docs/sql-ref.md
index 6a87166..32e7e96 100644
--- a/docs/sql-ref.md
+++ b/docs/sql-ref.md
@@ -34,7 +34,7 @@ Spark SQL is Apache Spark's module for working with structured data. This guide
  * [Literals](sql-ref-literals.html)
  * [Null Semantics](sql-ref-null-semantics.html)
  * [SQL Syntax](sql-ref-syntax.html)
-   * [DDL Statements](sql-ref-syntax-ddl.html)
-   * [DML Statements](sql-ref-syntax-dml.html)
-   * [Data Retrieval Statements](sql-ref-syntax-qry.html)
-   * [Auxiliary Statements](sql-ref-syntax-aux.html)
+   * [DDL Statements](sql-ref-syntax.html#ddl-statements)
+   * [DML Statements](sql-ref-syntax.html#dml-statements)
+   * [Data Retrieval Statements](sql-ref-syntax.html#data-retrieval-statements)
+   * [Auxiliary Statements](sql-ref-syntax.html#auxiliary-statements)

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