You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Stamatis Zampetakis (Jira)" <ji...@apache.org> on 2021/06/23 08:25:00 UTC

[jira] [Updated] (HIVE-25275) OOM during query planning due to HiveJoinPushTransitivePredicatesRule matching infinitely

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

Stamatis Zampetakis updated HIVE-25275:
---------------------------------------
    Summary: OOM during query planning due to HiveJoinPushTransitivePredicatesRule matching infinitely  (was: OOM during query plan generation)

> OOM during query planning due to HiveJoinPushTransitivePredicatesRule matching infinitely
> -----------------------------------------------------------------------------------------
>
>                 Key: HIVE-25275
>                 URL: https://issues.apache.org/jira/browse/HIVE-25275
>             Project: Hive
>          Issue Type: Bug
>            Reporter: László Pintér
>            Priority: Major
>
> While running the following query OOM is raised during the planning phase
> {code:sql}
> CREATE TABLE A (`value_date` date) STORED AS ORC;
> CREATE TABLE B (`business_date` date) STORED AS ORC;
> SELECT A.VALUE_DATE
> FROM A, B
> WHERE A.VALUE_DATE = BUSINESS_DATE
>   AND A.VALUE_DATE = TRUNC(BUSINESS_DATE, 'MONTH');
> {code}



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