zabetak commented on PR #4492: URL: https://github.com/apache/hive/pull/4492#issuecomment-5678987933
@deniskuzZ There are various tickets indicating that Map outer joins are supported. The two affected .q.out files were added in: * https://issues.apache.org/jira/browse/HIVE-18908 * https://issues.apache.org/jira/browse/HIVE-27138 Both tickets come after https://issues.apache.org/jira/browse/HIVE-14731 where the `org.apache.hadoop.hive.ql.optimizer.ConvertJoinMapJoin#hasOuterJoin` method was introduced. What I am trying to understand is to what extend the restrictions imposed by `hasOuterJoin` are relevant. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
