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_r369842643
##########
File path: docs/sql-migration-guide.md
##########
@@ -871,12 +871,25 @@ Spark SQL supports the vast majority of Hive features,
such as:
```SELECT col FROM (SELECT a + b AS col FROM t1) t2```
* Sub-queries in WHERE Clause
- * Correlated or non-correlated IN and NOT IN statement
+ * Correlated or non-correlated IN and NOT IN statement In Where Clause
Review comment:
`In Where Clause` -> `in WHERE clause`?
----------------------------------------------------------------
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]