Github user adeneche commented on a diff in the pull request:

    https://github.com/apache/drill/pull/380#discussion_r53365438
  
    --- Diff: 
exec/java-exec/src/test/java/org/apache/drill/exec/vector/complex/writer/TestComplexTypeReader.java
 ---
    @@ -241,4 +252,49 @@ public void testRepeatedJson() throws Exception {
                 .go();
       }
     
    +  @Test  // DRILL-4410
    +  // ListVector allocation
    +  public void test_array() throws Exception{
    +
    +    long numRecords = 100000;
    +    String file1 = "/tmp/" + TestComplexTypeReader.class.getName() + 
"arrays1.json";
    --- End diff --
    
    an alternative is to use BaseTestQuery.getTempDir("ComplexTypeWriter")


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to