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.

Reply via email to