[
https://issues.apache.org/jira/browse/HIVE-13582?focusedWorklogId=236694&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-236694
]
ASF GitHub Bot logged work on HIVE-13582:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 03/May/19 02:40
Start Date: 03/May/19 02:40
Worklog Time Spent: 10m
Work Description: jcamachor commented on pull request #612: HIVE-13582:
Support for Quantified predicates for non-correlated queries
URL: https://github.com/apache/hive/pull/612#discussion_r280604753
##########
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:
Do we have a follow-up for unsupported cases?
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 236694)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> 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)