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

[jira] [Created] (HIVE-3926) PPD on virtual column of partitioned table is not working

Navis created HIVE-3926:
---------------------------

             Summary: PPD on virtual column of partitioned table is not working
                 Key: HIVE-3926
                 URL: https://issues.apache.org/jira/browse/HIVE-3926
             Project: Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: Navis
            Assignee: Navis
            Priority: Minor


{code}
select * from src where BLOCK__OFFSET__INSIDE__FILE<100;
{code}
is working, but
{code}
select * from srcpart where BLOCK__OFFSET__INSIDE__FILE<100;
{code}
throws SemanticException. Disabling PPD makes it work.

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