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/01/22 07:52:12 UTC

[jira] [Created] (HIVE-3925) dependencies of fetch task are not shown by explain

Namit Jain created HIVE-3925:
--------------------------------

             Summary: dependencies of fetch task are not shown by explain
                 Key: HIVE-3925
                 URL: https://issues.apache.org/jira/browse/HIVE-3925
             Project: Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: Namit Jain


A simple query like:

hive> explain select * from src order by key;
OK
ABSTRACT SYNTAX TREE:
  (TOK_QUERY (TOK_FROM (TOK_TABREF (TOK_TABNAME src))) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR TOK_ALLCOLREF)) (TOK_ORDERBY (TOK_TABSORTCOLNAMEASC (TOK_TABLE_OR_COL key)))))

STAGE DEPENDENCIES:
  Stage-1 is a root stage
  Stage-0 is a root stage


  Stage: Stage-0
    Fetch Operator
      limit: -1


Stage-0 is not a root stage and depends on stage-1.

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