[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 <huaxing@us.ibm.com>
Signed-off-by: Sean Owen <srowen@gmail.com>
This commit is contained in:
Huaxin Gao 2020-03-29 11:19:24 -05:00 committed by Sean Owen
parent 3884455780
commit e656e99061
6 changed files with 6 additions and 1 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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