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 23:27:59 UTC

[GitHub] [spark] gatorsmile commented on a change in pull request #27416: [SPARK-30691][SQL][DOC] Add a few main pages to SQL Reference

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