gatorsmile commented on a change in pull request #27416: 
[SPARK-30691][SQL][DOC] Add a few main pages to SQL Reference
URL: https://github.com/apache/spark/pull/27416#discussion_r379688044
 
 

 ##########
 File path: docs/sql-ref-syntax-aux.md
 ##########
 @@ -19,7 +19,11 @@ license: |
   limitations under the License.
 ---
 
-Spark SQL is a Apache Spark's module for working with structured data.
-This guide is a reference for Structured Query Language (SQL) for Apache 
-Spark. This document describes the SQL constructs supported by Spark in detail
-along with usage examples when applicable.
+Besides the major SQL statements such as Data Definition Statements, Data 
Manipulation Statements and Data Retrieval Statements, Spark SQL also supports 
the following Auxiliary Statements:
+
+- [ANALYZE](sql-ref-syntax-aux-analyze.html)
+- [CACHE](sql-ref-syntax-aux-cache.html)
+- [DESCRIBE](sql-ref-syntax-aux-describe.html)
+- [SHOW](sql-ref-syntax-aux-show.html)
+- [CONFIGURATION MANAGEMENT](sql-ref-syntax-aux-conf-mgmt.html)
+- [RESOURCE MANAGEMENT](sql-ref-syntax-aux-resource-mgmt.html)
 
 Review comment:
   These are not consistent with the names in the left sidebar. We should 
update the naming in the sidebar
   
   
![image](https://user-images.githubusercontent.com/11567269/74576133-8966be00-4f3e-11ea-96be-1bf0d223c1d9.png)
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to