You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Dean Wampler (JIRA)" <ji...@apache.org> on 2013/01/23 16:06:12 UTC

[jira] [Created] (HIVE-3929) wiki documentation for partition filtering and out joins doesn't match behavior

Dean Wampler created HIVE-3929:
----------------------------------

             Summary: wiki documentation for partition filtering and out joins doesn't match behavior
                 Key: HIVE-3929
                 URL: https://issues.apache.org/jira/browse/HIVE-3929
             Project: Hive
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 0.9.0, 0.8.1, 0.7.0, 0.10.0
         Environment: Linux
            Reporter: Dean Wampler


The wiki discussion of OUTER JOINs correctly describes the behavior of WHERE clauses with regards to partition filters. Namely, that they don't work as expected, because the WHERE clause is evaluated after the join has been performed.

However, the description then says that you can move these partition filters into the ON clause to achieve partition filtering. In fact, these filters have no effect. 

The only working solution I know of is to use nested SELECTS that apply the partition filters, then join on the results.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira