You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Hanifi Gunes (JIRA)" <ji...@apache.org> on 2015/05/11 23:33:59 UTC

[jira] [Created] (DRILL-3027) Add convenience methods for creating baseline values to test builder

Hanifi Gunes created DRILL-3027:
-----------------------------------

             Summary: Add convenience methods for creating baseline values to test builder
                 Key: DRILL-3027
                 URL: https://issues.apache.org/jira/browse/DRILL-3027
             Project: Apache Drill
          Issue Type: Improvement
          Components: Tools, Build & Test
    Affects Versions: 0.9.0
            Reporter: Hanifi Gunes
            Assignee: Hanifi Gunes


When building a test case, we often need to create list instances to set baseline values in Java space(as opposed to using baseline queries). This issue proposes adding a static utility method TestBuilder#listOf(values) to expedite process of creating lists. The same applies for maps such like  TestBuilder#mapOf(keyValueSequence)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)