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 2019/02/11 18:51:00 UTC

[jira] [Created] (IMPALA-8185) Factor out production/mock file system logic into a facade

Paul Rogers created IMPALA-8185:
-----------------------------------

             Summary: Factor out production/mock file system logic into a facade
                 Key: IMPALA-8185
                 URL: https://issues.apache.org/jira/browse/IMPALA-8185
             Project: IMPALA
          Issue Type: Improvement
          Components: Frontend
    Affects Versions: Impala 3.1.0
            Reporter: Paul Rogers
            Assignee: Paul Rogers


The recent addition of the test case builder allows the planner to work either against a real system ("production" mode) or against metadata captured in a test case ("test case" mode.)

This ticket asks to move code for the two cases into a facade class so that we pick the right facade for each mode. Move code currently in if-statements into the facade.



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