Refactor code to use a single graph, nodeprocessor, dispatcher and rule abstraction -----------------------------------------------------------------------------------
Key: HIVE-186 URL: https://issues.apache.org/jira/browse/HIVE-186 Project: Hadoop Hive Issue Type: Improvement Components: Query Processor Reporter: Ashish Thusoo Assignee: Ashish Thusoo Currently, the query processor has two different tree and rule abstractions - one for ASTs and one for Operator Graphs. We should clean this up so that we have a single abstraction that can be reused at different stages in the query compiler. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.