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

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

                Author: ASF GitHub Bot
            Created on: 09/Nov/20 12:48
            Start Date: 09/Nov/20 12:48
    Worklog Time Spent: 10m 
      Work Description: pvargacl commented on pull request #1555:
URL: https://github.com/apache/hive/pull/1555#issuecomment-723992095


   @pvary thanks for the review. Could you merge this?


----------------------------------------------------------------
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: 509112)
    Time Spent: 40m  (was: 0.5h)

> except subquery throws nullpointer with cbo disabled
> ----------------------------------------------------
>
>                 Key: HIVE-24233
>                 URL: https://issues.apache.org/jira/browse/HIVE-24233
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Peter Varga
>            Assignee: Peter Varga
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Except and intersect was only implemented with Calcite in HIVE-12764. If cbo 
> is disabled it would just throw a nullpointer exception. We should at least 
> throw a SemanticException stating this is not supported.
> Repro:
> set hive.cbo.enable=false;
> create table test(id int);
> insert into table test values(1);
> select id from test except select id from test;



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to