[
https://issues.apache.org/jira/browse/HIVE-25275?focusedWorklogId=638588&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-638588
]
ASF GitHub Bot logged work on HIVE-25275:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 17/Aug/21 09:17
Start Date: 17/Aug/21 09:17
Worklog Time Spent: 10m
Work Description: kasakrisz merged pull request #2582:
URL: https://github.com/apache/hive/pull/2582
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 638588)
Time Spent: 20m (was: 10m)
> 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
> Assignee: Stamatis Zampetakis
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)