You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2019/07/23 03:43:46 UTC

[GitHub] [hive] jcamachor commented on a change in pull request #731: HIVE-19113

jcamachor commented on a change in pull request #731: HIVE-19113
URL: https://github.com/apache/hive/pull/731#discussion_r306117688
 
 

 ##########
 File path: ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_3.q.out
 ##########
 @@ -582,7 +584,7 @@ STAGE PLANS:
         Reducer 4 <- Reducer 3 (SIMPLE_EDGE)
         Reducer 5 <- Reducer 3 (SIMPLE_EDGE)
         Reducer 6 <- Reducer 3 (SIMPLE_EDGE)
-        Reducer 7 <- Reducer 3 (CUSTOM_SIMPLE_EDGE)
 
 Review comment:
   This is the INSERT branch of a merge statement. Bucketing key (`clustered by (a)`) is same that is present in the right outer join hence it seems fine.
   ```explain merge into acidTbl as t using nonAcidOrcTbl s ON t.a = s.a 
   WHEN MATCHED AND s.a > 8 THEN DELETE
   WHEN MATCHED THEN UPDATE SET b = 7
   WHEN NOT MATCHED THEN INSERT VALUES(s.a, s.b)```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org