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 2008/12/12 21:19:44 UTC

[jira] Created: (HIVE-173) explain plan does not print the stages in correct order

explain plan does not print the stages in correct order 
--------------------------------------------------------

                 Key: HIVE-173
                 URL: https://issues.apache.org/jira/browse/HIVE-173
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: Namit Jain


explain plan does not print the stages in correct order.

For eg: if 1 and 3 are parents of 2, the fact that 2 depends on 1 and 3 will be printed twice.
Also, the order of stages being printed will be: 1, 2 and 3 whereas it should be 1, 3 and 2.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.