You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Peter Vary (Jira)" <ji...@apache.org> on 2020/11/09 12:51:00 UTC

[jira] [Resolved] (HIVE-24233) except subquery throws nullpointer with cbo disabled

     [ https://issues.apache.org/jira/browse/HIVE-24233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Vary resolved HIVE-24233.
-------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Pushed to master.

Thanks for the patch [~pvargacl]!

> 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
>             Fix For: 4.0.0
>
>          Time Spent: 50m
>  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)