[ https://issues.apache.org/jira/browse/HIVE-25275?focusedWorklogId=705506&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-705506 ]
ASF GitHub Bot logged work on HIVE-25275: ----------------------------------------- Author: ASF GitHub Bot Created on: 08/Jan/22 10:13 Start Date: 08/Jan/22 10:13 Worklog Time Spent: 10m Work Description: asolimando closed pull request #2923: URL: https://github.com/apache/hive/pull/2923 -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 705506) Time Spent: 1h 10m (was: 1h) > 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: Alessandro Solimando > Priority: Major > Labels: pull-request-available > Time Spent: 1h 10m > 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.20.1#820001)