[
https://issues.apache.org/jira/browse/HIVE-24241?focusedWorklogId=505161&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-505161
]
ASF GitHub Bot logged work on HIVE-24241:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Oct/20 10:58
Start Date: 27/Oct/20 10:58
Worklog Time Spent: 10m
Work Description: kgyrtkirk commented on a change in pull request #1562:
URL: https://github.com/apache/hive/pull/1562#discussion_r512594208
##########
File path: ql/src/test/results/clientpositive/perf/tez/constraints/query54.q.out
##########
@@ -202,156 +202,154 @@ Stage-0
predicate:(_col1 <= _col3)
Merge Join Operator [MERGEJOIN_294]
(rows=15218525 width=12)
Conds:(Inner),Output:["_col0","_col1","_col3"]
- <-Reducer 15 [CUSTOM_SIMPLE_EDGE]
+ <-Reducer 20 [CUSTOM_SIMPLE_EDGE]
PARTITION_ONLY_SHUFFLE [RS_99]
Filter Operator [FIL_98]
(rows=608741 width=12)
predicate:(_col2 <= _col1)
Merge Join Operator
[MERGEJOIN_291] (rows=1826225 width=12)
Conds:(Inner),Output:["_col0","_col1","_col2"]
<-Map 9 [CUSTOM_SIMPLE_EDGE]
vectorized
- PARTITION_ONLY_SHUFFLE
[RS_327]
Review comment:
this is hightly unfortunate:
the jsonexplain api "tells" the vertex about the outgoing edge type by
calling [this
method](https://github.com/apache/hive/blob/db895f374bf63b77b683574fdf678bfac91a5ac6/common/src/java/org/apache/hadoop/hive/common/jsonexplain/Vertex.java#L308)
from
[here](https://github.com/apache/hive/blob/db895f374bf63b77b683574fdf678bfac91a5ac6/common/src/java/org/apache/hadoop/hive/common/jsonexplain/Stage.java#L115)
since a single vertex can have multiple outgoing edges - setting the type of
one-of-them is problematic - I think we may want to consider to simple remove
this tagging of vertices
instead...we should consider renaming some of the edge types...like
`CUSTOM_SIMPLE_EDGE` to `PARTITION_ONLY`
----------------------------------------------------------------
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: 505161)
Time Spent: 1h 10m (was: 1h)
> 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 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)