You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Russell Melick (JIRA)" <ji...@apache.org> on 2011/04/23 05:53:05 UTC

[jira] [Created] (HIVE-2129) Display indexing information for TableScanOperator in plan

Display indexing information for TableScanOperator in plan
----------------------------------------------------------

                 Key: HIVE-2129
                 URL: https://issues.apache.org/jira/browse/HIVE-2129
             Project: Hive
          Issue Type: Improvement
          Components: Indexing
    Affects Versions: 0.8.0
            Reporter: Russell Melick


Show the indexInputFormat and indexIntermediateFile in the plan, to indicate that the table scan's input is being filtered by the intermediate file.  But, we only want to do this when these values are non-null (could use the usesIndex() function), so that all the old tests aren't messed up.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira