maropu commented on a change in pull request #28074: [SPARK-31305][SQL][DOCS] Add a page to list all commands in SQL Reference URL: https://github.com/apache/spark/pull/28074#discussion_r400576891
########## File path: docs/sql-ref-syntax.md ########## @@ -19,4 +19,64 @@ license: | limitations under the License. --- -Spark SQL is Apache Spark's module for working with structured data. The SQL Syntax section describes the SQL syntax in detail along with usage examples when applicable. +Spark SQL is Apache Spark's module for working with structured data. The SQL Syntax section describes the SQL syntax in detail along with usage examples when applicable. This document provides a list of Data Definition and Data Manipulation Statements, as well as Data Retrieval and Auxiliary Statements. + +### Data Definition Statements Review comment: How about `DDL Statements` for consistency? https://github.com/apache/spark/blob/master/docs/sql-migration-guide.md#ddl-statements ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
