You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by am...@apache.org on 2015/04/10 23:23:43 UTC

drill git commit: DRILL-2717 (continuation) Fix checkstyle.

Repository: drill
Updated Branches:
  refs/heads/master 8217ec98b -> 434099659


DRILL-2717 (continuation) Fix checkstyle.


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/43409965
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/43409965
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/43409965

Branch: refs/heads/master
Commit: 434099659602620a034e26f52800acc7101e91fa
Parents: 8217ec9
Author: Aman Sinha <as...@maprtech.com>
Authored: Fri Apr 10 14:23:02 2015 -0700
Committer: Aman Sinha <as...@maprtech.com>
Committed: Fri Apr 10 14:23:02 2015 -0700

----------------------------------------------------------------------
 exec/java-exec/src/test/java/org/apache/drill/TestUnionAll.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/43409965/exec/java-exec/src/test/java/org/apache/drill/TestUnionAll.java
----------------------------------------------------------------------
diff --git a/exec/java-exec/src/test/java/org/apache/drill/TestUnionAll.java b/exec/java-exec/src/test/java/org/apache/drill/TestUnionAll.java
index 3a4f748..3843b32 100644
--- a/exec/java-exec/src/test/java/org/apache/drill/TestUnionAll.java
+++ b/exec/java-exec/src/test/java/org/apache/drill/TestUnionAll.java
@@ -442,7 +442,7 @@ public class TestUnionAll extends BaseTestQuery{
             "group by columns[0])) \n" +
         "group by col0"
         , root, root);
-    
+
     testBuilder()
         .sqlQuery(query)
         .unOrdered()