[ https://issues.apache.org/jira/browse/HIVE-21867?focusedWorklogId=267802&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-267802 ]
ASF GitHub Bot logged work on HIVE-21867: ----------------------------------------- Author: ASF GitHub Bot Created on: 26/Jun/19 17:29 Start Date: 26/Jun/19 17:29 Worklog Time Spent: 10m Work Description: jcamachor commented on pull request #687: HIVE-21867 URL: https://github.com/apache/hive/pull/687#discussion_r297783212 ########## File path: ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_2.q.out ########## @@ -1421,7 +1421,7 @@ STAGE PLANS: outputColumnNames: _col1 input vertices: 1 Map 5 - Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE + Statistics: Num rows: 4 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Review comment: Good catch, thanks! This is unexpected indeed... Taking a look now. ---------------------------------------------------------------- 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: 267802) Time Spent: 50m (was: 40m) > Sort semijoin conditions to accelerate query processing > ------------------------------------------------------- > > Key: HIVE-21867 > URL: https://issues.apache.org/jira/browse/HIVE-21867 > Project: Hive > Issue Type: New Feature > Components: Physical Optimizer > Reporter: Jesus Camacho Rodriguez > Assignee: Jesus Camacho Rodriguez > Priority: Major > Labels: pull-request-available > Attachments: HIVE-21867.02.patch, HIVE-21867.03.patch, > HIVE-21867.patch > > Time Spent: 50m > Remaining Estimate: 0h > > The problem was tackled for CBO in HIVE-21857. Semijoin filters are > introduced later in the planning phase. Follow similar approach to sort them, > trying to accelerate filter evaluation. -- This message was sent by Atlassian JIRA (v7.6.3#76005)