Github user yhuai commented on a diff in the pull request:
https://github.com/apache/spark/pull/9055#discussion_r42581775
--- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala ---
@@ -1485,14 +1490,39 @@
https://cwiki.apache.org/confluence/display/Hive/Enhanced+Aggregation%2C+Cube%2C
val BETWEEN = "(?i)BETWEEN".r
val WHEN = "(?i)WHEN".r
val CASE = "(?i)CASE".r
-
- protected def nodeToExpr(node: Node): Expression = node match {
+ val EXISTS = "(?i)EXISTS".r
+
+ protected def nodeToExpr(node: Node, context: Context): Expression =
node match {
--- End diff --
Do we need to pass in `context`? We added `context` to the argument list of
`nodeToPlan` to support creating view. We are not expecting a subqeury expr is
for creating a view, right?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]