This is an automated email from the ASF dual-hosted git repository.

sorabh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git

commit eb90ebdfd6e40fe1769bfedd320fabc1e57c723b
Author: karthik <[email protected]>
AuthorDate: Thu Jul 12 11:29:01 2018 -0700

    DRILL-6601 LageFileCompilation testProject times out
    
    closes #1378
---
 .../java/org/apache/drill/exec/compile/TestLargeFileCompilation.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/exec/java-exec/src/test/java/org/apache/drill/exec/compile/TestLargeFileCompilation.java
 
b/exec/java-exec/src/test/java/org/apache/drill/exec/compile/TestLargeFileCompilation.java
index 86ef855..084107d 100644
--- 
a/exec/java-exec/src/test/java/org/apache/drill/exec/compile/TestLargeFileCompilation.java
+++ 
b/exec/java-exec/src/test/java/org/apache/drill/exec/compile/TestLargeFileCompilation.java
@@ -51,7 +51,7 @@ public class TestLargeFileCompilation extends BaseTestQuery {
 
   private static final int NUM_PROJECT_COLUMNS = 2500;
 
-  private static final int NUM_PROJECT_TEST_COLUMNS = 10000;
+  private static final int NUM_PROJECT_TEST_COLUMNS = 5000;
 
   private static final int NUM_ORDERBY_COLUMNS = 500;
 

Reply via email to