[
https://issues.apache.org/jira/browse/HIVE-24241?focusedWorklogId=506040&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-506040
]
ASF GitHub Bot logged work on HIVE-24241:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Oct/20 04:04
Start Date: 29/Oct/20 04:04
Worklog Time Spent: 10m
Work Description: dengzhhu653 commented on a change in pull request #1562:
URL: https://github.com/apache/hive/pull/1562#discussion_r513942354
##########
File path: ql/src/test/results/clientpositive/llap/sharedwork_semi.q.out
##########
@@ -541,7 +541,7 @@ STAGE PLANS:
Map Operator Tree:
TableScan
alias: s
- filterExpr: (ss_sold_date_sk is not null and
((ss_sold_date_sk BETWEEN DynamicValue(RS_7_d_d_date_sk_min) AND
DynamicValue(RS_7_d_d_date_sk_max) and in_bloom_filter(ss_sold_date_sk,
DynamicValue(RS_7_d_d_date_sk_bloom_filter))) or (ss_sold_date_sk BETWEEN
DynamicValue(RS_21_d_d_date_sk_min) AND DynamicValue(RS_21_d_d_date_sk_max) and
in_bloom_filter(ss_sold_date_sk,
DynamicValue(RS_21_d_d_date_sk_bloom_filter))))) (type: boolean)
+ filterExpr: (((ss_sold_date_sk BETWEEN
DynamicValue(RS_7_d_d_date_sk_min) AND DynamicValue(RS_7_d_d_date_sk_max) and
in_bloom_filter(ss_sold_date_sk, DynamicValue(RS_7_d_d_date_sk_bloom_filter)))
or (ss_sold_date_sk BETWEEN DynamicValue(RS_21_d_d_date_sk_min) AND
DynamicValue(RS_21_d_d_date_sk_max) and in_bloom_filter(ss_sold_date_sk,
DynamicValue(RS_21_d_d_date_sk_bloom_filter)))) and ss_sold_date_sk is not
null) (type: boolean)
Review comment:
we see a case when NonBlockingOpDeDupProc merges FIL-FIL, the
conditionals may be reorder.
https://github.com/apache/hive/pull/1308
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 506040)
Time Spent: 1h 40m (was: 1.5h)
> Enable SharedWorkOptimizer to merge downstream operators after an
> optimization step
> -----------------------------------------------------------------------------------
>
> Key: HIVE-24241
> URL: https://issues.apache.org/jira/browse/HIVE-24241
> Project: Hive
> Issue Type: Improvement
> Reporter: Zoltan Haindrich
> Assignee: Zoltan Haindrich
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)