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

[jira] [Created] (HIVE-4219) explain dependency does not capture the input table

Namit Jain created HIVE-4219:
--------------------------------

             Summary: explain dependency does not capture the input table
                 Key: HIVE-4219
                 URL: https://issues.apache.org/jira/browse/HIVE-4219
             Project: Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: Namit Jain
            Assignee: Namit Jain


hive> explain dependency select * from srcpart where ds is not null;
OK
{"input_partitions":[{"partitionName":"default@srcpart@ds=2008-04-08/hr=11"},{"partitionName":"default@srcpart@ds=2008-04-08/hr=12"},{"partitionName":"default@srcpart@ds=2008-04-09/hr=11"},{"partitionName":"default@srcpart@ds=2008-04-09/hr=12"}],"input_tables":[]}

input_tables should contain srcpart

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