You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Timothy Farkas (JIRA)" <ji...@apache.org> on 2018/01/19 00:38:00 UTC

[jira] [Created] (DRILL-6097) Create an interface for the QueryContext

Timothy Farkas created DRILL-6097:
-------------------------------------

             Summary: Create an interface for the QueryContext
                 Key: DRILL-6097
                 URL: https://issues.apache.org/jira/browse/DRILL-6097
             Project: Apache Drill
          Issue Type: Improvement
         Environment: Currently the QueryContext does not implement an interface and the concrete class is passed around everywhere. Additionally Mockito is used in tests to mock it. Ideally we would make the QueryContext implement an interface and create a mock implementation of it that is used in the tests, just like what we did for the FragmentContext.
            Reporter: Timothy Farkas
            Assignee: Timothy Farkas






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