dongjoon-hyun commented on a change in pull request #27106: [SPARK-30435][DOC]
Update doc of Supported Hive Features
URL: https://github.com/apache/spark/pull/27106#discussion_r363586530
##########
File path: docs/sql-migration-guide.md
##########
@@ -862,10 +863,21 @@ Spark SQL supports the vast majority of Hive features,
such as:
* `JOIN`
* `{LEFT|RIGHT|FULL} OUTER JOIN`
* `LEFT SEMI JOIN`
+ * `LEFT ANTI JOIN`
* `CROSS JOIN`
* Unions
* Sub-queries
- * `SELECT col FROM ( SELECT a + b AS col from t1) t2`
+ * Sub-queries in the FROM Clause
+
+ ```SELECT col FROM ( SELECT a + b AS col FROM t1) t2```
Review comment:
nit. `( SELECT` -> `(SELECT`?
----------------------------------------------------------------
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]