[
https://issues.apache.org/jira/browse/HIVE-15288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007910#comment-16007910
]
Barna Zsombor Klara commented on HIVE-15288:
--------------------------------------------
This test is failing again but with a different diff:
{code}
830c830
658c658
< Map 2 <- Map 1 (BROADCAST_EDGE)
---
> Map 2 <- Map 1 (CUSTOM_EDGE)
669,671c669,671
<
Conds:RS_29._col0=SEL_31._col0(Inner),HybridGraceHashJoin:true,Output:["_col0","_col1","_col3"]
< <-Map 1 [BROADCAST_EDGE] vectorized
< BROADCAST [RS_29]
---
>
> BucketMapJoin:true,Conds:RS_29._col0=SEL_31._col0(Inner),HybridGraceHashJoin:true,Output:["_col0","_col1","_col3"]
> <-Map 1 [CUSTOM_EDGE] vectorized
> MULTICAST [RS_29]
{code}
Also {{explainanalyze_3}} is failing with a very similar difference.
> Flaky test: TestMiniTezCliDriver.testCliDriver[explainuser_3]
> -------------------------------------------------------------
>
> Key: HIVE-15288
> URL: https://issues.apache.org/jira/browse/HIVE-15288
> Project: Hive
> Issue Type: Sub-task
> Reporter: Anthony Hsu
> Assignee: Pengcheng Xiong
>
> explainuser_3.q sometimes fails with the following diff:
> {noformat}
> 34c34
> < Select Operator [SEL_7] (rows=16 width=106)
> ---
> > Select Operator [SEL_7] (rows=16 width=107)
> 38c38
> < Select Operator [SEL_5] (rows=16 width=106)
> ---
> > Select Operator [SEL_5] (rows=16 width=107)
> 40c40
> < TableScan [TS_0] (rows=16 width=106)
> ---
> > TableScan [TS_0] (rows=16 width=107)
> {noformat}
> It was also previously reported as flaky in HIVE-14689.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)