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 2020/08/25 14:23:52 UTC

[GitHub] [hive] jcamachor commented on a change in pull request #1405: HIVE-24041: Extend semijoin conversion rules

jcamachor commented on a change in pull request #1405:
URL: https://github.com/apache/hive/pull/1405#discussion_r476489342



##########
File path: ql/src/test/queries/clientpositive/auto_sortmerge_join_10.q
##########
@@ -48,6 +48,8 @@ select count(*) from
   (select a.key as key, a.value as value from tbl2_n4 a where key < 6) subq2
   on subq1.key = subq2.key;
 
+set hive.auto.convert.sortmerge.join=false;

Review comment:
       Yes, this will be tackled in follow-up by @maheshk114 , there is a problem with execution of semijoin. I will reference the JIRA.




----------------------------------------------------------------
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



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