You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2020/03/29 16:21:01 UTC

[spark] branch branch-3.0 updated: [SPARK-30363][SQL][DOCS][FOLLOWUP] Fix a broken link in SQL Reference

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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 702f75d  [SPARK-30363][SQL][DOCS][FOLLOWUP] Fix a broken link in SQL Reference
702f75d is described below

commit 702f75dbde6fd96f3bcebf5cfab00c35020e77ae
Author: Huaxin Gao <hu...@us.ibm.com>
AuthorDate: Sun Mar 29 11:19:24 2020 -0500

    [SPARK-30363][SQL][DOCS][FOLLOWUP] Fix a broken link in SQL Reference
    
    ### What changes were proposed in this pull request?
    Fix a broken link and make the relevant docs reference to the new doc
    
    ### Why are the changes needed?
    
    ### Does this PR introduce any user-facing change?
    Yes, make CACHE TABLE, UNCACHE TABLE, CLEAR CACHE, REFRESH TABLE link to the new doc
    
    ### How was this patch tested?
    Manually build and check
    
    Closes #28065 from huaxingao/spark-30363-follow-up.
    
    Authored-by: Huaxin Gao <hu...@us.ibm.com>
    Signed-off-by: Sean Owen <sr...@gmail.com>
    (cherry picked from commit e656e990610be257bc1696e31ec969648abccc12)
    Signed-off-by: Sean Owen <sr...@gmail.com>
---
 docs/_data/menu-sql.yaml                       | 2 +-
 docs/sql-ref-syntax-aux-cache-cache-table.md   | 1 +
 docs/sql-ref-syntax-aux-cache-clear-cache.md   | 1 +
 docs/sql-ref-syntax-aux-cache-uncache-table.md | 1 +
 docs/sql-ref-syntax-aux-cache.md               | 1 +
 docs/sql-ref-syntax-aux-refresh-table.md       | 1 +
 6 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/_data/menu-sql.yaml b/docs/_data/menu-sql.yaml
index 8a1d937..3bf4952 100644
--- a/docs/_data/menu-sql.yaml
+++ b/docs/_data/menu-sql.yaml
@@ -176,7 +176,7 @@
                 - text: REFRESH TABLE
                   url: sql-ref-syntax-aux-refresh-table.html
                 - text: REFRESH
-                  url: sql-ref-syntax-aux-cache-refresh.md
+                  url: sql-ref-syntax-aux-cache-refresh.html
             - text: DESCRIBE
               url: sql-ref-syntax-aux-describe.html
               subitems:
diff --git a/docs/sql-ref-syntax-aux-cache-cache-table.md b/docs/sql-ref-syntax-aux-cache-cache-table.md
index 20ade19..27cc77b 100644
--- a/docs/sql-ref-syntax-aux-cache-cache-table.md
+++ b/docs/sql-ref-syntax-aux-cache-cache-table.md
@@ -88,4 +88,5 @@ CACHE TABLE testCache OPTIONS ('storageLevel' 'DISK_ONLY') SELECT * FROM testDat
   * [CLEAR CACHE](sql-ref-syntax-aux-cache-clear-cache.html)
   * [UNCACHE TABLE](sql-ref-syntax-aux-cache-uncache-table.html)
   * [REFRESH TABLE](sql-ref-syntax-aux-refresh-table.html)
+  * [REFRESH](sql-ref-syntax-aux-cache-refresh.html)
 
diff --git a/docs/sql-ref-syntax-aux-cache-clear-cache.md b/docs/sql-ref-syntax-aux-cache-clear-cache.md
index 57ba77d..15ba3c7 100644
--- a/docs/sql-ref-syntax-aux-cache-clear-cache.md
+++ b/docs/sql-ref-syntax-aux-cache-clear-cache.md
@@ -36,4 +36,5 @@ CLEAR CACHE;
  * [CACHE TABLE](sql-ref-syntax-aux-cache-cache-table.html)
  * [UNCACHE TABLE](sql-ref-syntax-aux-cache-uncache-table.html)
  * [REFRESH TABLE](sql-ref-syntax-aux-refresh-table.html)
+ * [REFRESH](sql-ref-syntax-aux-cache-refresh.html)
 
diff --git a/docs/sql-ref-syntax-aux-cache-uncache-table.md b/docs/sql-ref-syntax-aux-cache-uncache-table.md
index 69e21c2..7e4b8fb 100644
--- a/docs/sql-ref-syntax-aux-cache-uncache-table.md
+++ b/docs/sql-ref-syntax-aux-cache-uncache-table.md
@@ -49,3 +49,4 @@ UNCACHE TABLE t1;
  * [CACHE TABLE](sql-ref-syntax-aux-cache-cache-table.html)
  * [CLEAR CACHE](sql-ref-syntax-aux-cache-clear-cache.html)
  * [REFRESH TABLE](sql-ref-syntax-aux-refresh-table.html)
+ * [REFRESH](sql-ref-syntax-aux-cache-refresh.html)
diff --git a/docs/sql-ref-syntax-aux-cache.md b/docs/sql-ref-syntax-aux-cache.md
index e4a640a..1a48fce 100644
--- a/docs/sql-ref-syntax-aux-cache.md
+++ b/docs/sql-ref-syntax-aux-cache.md
@@ -23,3 +23,4 @@ license: |
 * [UNCACHE TABLE statement](sql-ref-syntax-aux-cache-uncache-table.html)
 * [CLEAR CACHE statement](sql-ref-syntax-aux-cache-clear-cache.html)
 * [REFRESH TABLE statement](sql-ref-syntax-aux-refresh-table.html)
+* [REFRESH statement](sql-ref-syntax-aux-cache-refresh.html)
\ No newline at end of file
diff --git a/docs/sql-ref-syntax-aux-refresh-table.md b/docs/sql-ref-syntax-aux-refresh-table.md
index 96d698a..b248ee6 100644
--- a/docs/sql-ref-syntax-aux-refresh-table.md
+++ b/docs/sql-ref-syntax-aux-refresh-table.md
@@ -56,3 +56,4 @@ REFRESH TABLE tempDB.view1;
 - [CACHE TABLE](sql-ref-syntax-aux-cache-cache-table.html)
 - [CLEAR CACHE](sql-ref-syntax-aux-cache-clear-cache.html)
 - [UNCACHE TABLE](sql-ref-syntax-aux-cache-uncache-table.html)
+- [REFRESH](sql-ref-syntax-aux-cache-refresh.html)


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