You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Paul Rogers (JIRA)" <ji...@apache.org> on 2018/11/11 00:25:00 UTC

[jira] [Created] (IMPALA-7842) Refactor FrontEnd to make plan fragments available for testing

Paul Rogers created IMPALA-7842:
-----------------------------------

             Summary: Refactor FrontEnd to make plan fragments available for testing
                 Key: IMPALA-7842
                 URL: https://issues.apache.org/jira/browse/IMPALA-7842
             Project: IMPALA
          Issue Type: Improvement
          Components: Frontend
    Affects Versions: Impala 3.0
            Reporter: Paul Rogers
            Assignee: Paul Rogers


Today, the {{FrontEnd}} class uses a functional model to generate a plan: pass in SQL text to the {{createExecRequest()}} method and get back a Thrift plan ready for serialization.

For unit testing, however, we need access to the intermediate plan fragments produced by the planner. Inspecting only the Thrift version results in loss of important details.

This ticket asks to create a new {{PlanCtx}} which can capture the details for testing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)