maropu commented on a change in pull request #29056:
URL: https://github.com/apache/spark/pull/29056#discussion_r456171685
##########
File path: docs/sql-ref-syntax-qry-select.md
##########
@@ -74,6 +86,10 @@ SELECT [ hints , ... ] [ ALL | DISTINCT ] { named_expression
[ , ... ] }
An expression with an assigned name. In general, it denotes a column
expression.
**Syntax:** `expression [AS] [alias]`
+
+ * **FROM**
+
+ Specific the data set to be selected.
Review comment:
We don't need this part because `**from_item*` looks enough.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]