<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: IMPALA:  RIGHT OUTER JOIN type with no equi-join predicates can only be executed with a single n in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/IMPALA-RIGHT-OUTER-JOIN-type-with-no-equi-join-predicates/m-p/92744#M12375</link>
    <description>&lt;P&gt;You shouldn't be seeing this error. I think you are probably hitting an old bug where sometimes an invalid execution plan was generated. -&amp;nbsp;&lt;A href="https://issues.apache.org/jira/browse/IMPALA-5689" target="_blank"&gt;https://issues.apache.org/jira/browse/IMPALA-5689&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://issues.apache.org/jira/browse/IMPALA-3063" target="_blank"&gt;https://issues.apache.org/jira/browse/IMPALA-3063&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should be fixed in CDH5.13.0 or later.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2019 15:37:26 GMT</pubDate>
    <dc:creator>Tim Armstrong</dc:creator>
    <dc:date>2019-07-15T15:37:26Z</dc:date>
    <item>
      <title>IMPALA:  RIGHT OUTER JOIN type with no equi-join predicates can only be executed with a single node</title>
      <link>https://community.cloudera.com/t5/Support-Questions/IMPALA-RIGHT-OUTER-JOIN-type-with-no-equi-join-predicates/m-p/92151#M12372</link>
      <description>&lt;P&gt;I have enable stats using `COMPUTE STATS` on a table. After this when I re-run the query, it's giving me an error `A RIGHT OUTER JOIN type with no equi-join predicates can only be executed with a single node plan`. Dropping the stats is execuring the query. I'm trying to improve the query performance.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 14:29:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/IMPALA-RIGHT-OUTER-JOIN-type-with-no-equi-join-predicates/m-p/92151#M12372</guid>
      <dc:creator>sgrip</dc:creator>
      <dc:date>2022-09-16T14:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: IMPALA:  RIGHT OUTER JOIN type with no equi-join predicates can only be executed with a single n</title>
      <link>https://community.cloudera.com/t5/Support-Questions/IMPALA-RIGHT-OUTER-JOIN-type-with-no-equi-join-predicates/m-p/92189#M12373</link>
      <description>Note: My query has a left join and doesn’t have a right join.&lt;BR /&gt;&lt;BR /&gt;Select f1, f2, f3 from ( Select t.t1, t.t2, t.t3 from table1 t Left join Select p.p1, p.p2, p.p3 from table2 p on p.p1=t.t1)i Where condition</description>
      <pubDate>Mon, 01 Jul 2019 23:31:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/IMPALA-RIGHT-OUTER-JOIN-type-with-no-equi-join-predicates/m-p/92189#M12373</guid>
      <dc:creator>sgrip</dc:creator>
      <dc:date>2019-07-01T23:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: IMPALA:  RIGHT OUTER JOIN type with no equi-join predicates can only be executed with a single n</title>
      <link>https://community.cloudera.com/t5/Support-Questions/IMPALA-RIGHT-OUTER-JOIN-type-with-no-equi-join-predicates/m-p/92212#M12374</link>
      <description>&lt;P&gt;By default, Impala uses something called as a “broadcast join” which assumes that the left table is larger than the right. Which is not true in my case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It does the join inversion inherently if this is not done in the query.&lt;/P&gt;&lt;P&gt;When such an inversion is to be overridden, it is suggested to be overriden by the keyword “STRAIGHT_JOIN“.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or re-write the query to swap the join sets and make the left join a right join.&lt;/P&gt;&lt;P&gt;Since in this case it’s non-equi join, right outer joins do not support a right outer join in Impala yet. Replaced the left join with an INNER JOIN&amp;nbsp; and swapping the datasets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 22:16:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/IMPALA-RIGHT-OUTER-JOIN-type-with-no-equi-join-predicates/m-p/92212#M12374</guid>
      <dc:creator>sgrip</dc:creator>
      <dc:date>2019-07-02T22:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: IMPALA:  RIGHT OUTER JOIN type with no equi-join predicates can only be executed with a single n</title>
      <link>https://community.cloudera.com/t5/Support-Questions/IMPALA-RIGHT-OUTER-JOIN-type-with-no-equi-join-predicates/m-p/92744#M12375</link>
      <description>&lt;P&gt;You shouldn't be seeing this error. I think you are probably hitting an old bug where sometimes an invalid execution plan was generated. -&amp;nbsp;&lt;A href="https://issues.apache.org/jira/browse/IMPALA-5689" target="_blank"&gt;https://issues.apache.org/jira/browse/IMPALA-5689&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://issues.apache.org/jira/browse/IMPALA-3063" target="_blank"&gt;https://issues.apache.org/jira/browse/IMPALA-3063&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should be fixed in CDH5.13.0 or later.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 15:37:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/IMPALA-RIGHT-OUTER-JOIN-type-with-no-equi-join-predicates/m-p/92744#M12375</guid>
      <dc:creator>Tim Armstrong</dc:creator>
      <dc:date>2019-07-15T15:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: IMPALA:  RIGHT OUTER JOIN type with no equi-join predicates can only be executed with a single n</title>
      <link>https://community.cloudera.com/t5/Support-Questions/IMPALA-RIGHT-OUTER-JOIN-type-with-no-equi-join-predicates/m-p/92766#M12376</link>
      <description>&lt;P&gt;Probably, the version we are using is 5.12.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 20:52:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/IMPALA-RIGHT-OUTER-JOIN-type-with-no-equi-join-predicates/m-p/92766#M12376</guid>
      <dc:creator>sgrip</dc:creator>
      <dc:date>2019-07-15T20:52:49Z</dc:date>
    </item>
  </channel>
</rss>

