AngersZhuuuu commented on a change in pull request #31010:
URL: https://github.com/apache/spark/pull/31010#discussion_r613962479
##########
File path: docs/sql-ref-syntax-qry-select.md
##########
@@ -41,7 +41,7 @@ select_statement [ { UNION | INTERSECT | EXCEPT } [ ALL |
DISTINCT ] select_stat
While `select_statement` is defined as
```sql
-SELECT [ hints , ... ] [ ALL | DISTINCT ] { [ named_expression |
regex_column_names ] [ , ... ] }
+SELECT [ hints , ... ] [ ALL | DISTINCT ] { [[ named_expression |
regex_column_names ] [ , ... ] | TRANSFORM Clause ] }
Review comment:
Done
##########
File path: docs/sql-ref-syntax-qry-select.md
##########
@@ -164,6 +164,11 @@ SELECT [ hints , ... ] [ ALL | DISTINCT ] { [
named_expression | regex_column_na
)
```
+* **TRANSFORM**
+
+ Specifies a hive-style transform (SELECT TRANSFORM/MAP/REDUCE) query
specification to transform
Review comment:
Done
--
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]