[ 
https://issues.apache.org/jira/browse/HIVE-13582?focusedWorklogId=237246&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-237246
 ]

ASF GitHub Bot logged work on HIVE-13582:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/May/19 21:26
            Start Date: 04/May/19 21:26
    Worklog Time Spent: 10m 
      Work Description: vineetgarg02 commented on pull request #612: 
HIVE-13582: Support for Quantified predicates for non-correlated queries
URL: https://github.com/apache/hive/pull/612#discussion_r280995806
 
 

 ##########
 File path: ql/src/test/queries/clientnegative/subquery_all_equal.q
 ##########
 @@ -0,0 +1,3 @@
+--! qt:dataset:part
+-- =ALL is not allowed
+explain select * from part where p_type = ALL(select max(p_type) from part);
 
 Review comment:
   Not yet, but I'll create the jiras
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 237246)
    Time Spent: 1h  (was: 50m)

> E061-07 and E061-12: Quantified Comparison Predicates
> -----------------------------------------------------
>
>                 Key: HIVE-13582
>                 URL: https://issues.apache.org/jira/browse/HIVE-13582
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Carter Shanklin
>            Assignee: Vineet Garg
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-13582.1.patch, HIVE-13582.2.patch, 
> HIVE-13582.3.patch, HIVE-13582.4.patch
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> This is a part of the SQL:2011 Analytics Complete Umbrella JIRA HIVE-13554. 
> Quantified comparison predicates (ANY/SOME/ALL) are mandatory in the SQL 
> standard. Hive should support the predicates (E061-07) and you should be able 
> to use these with subqueries (E061-12)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to