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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org