You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ja...@apache.org on 2014/11/13 18:18:48 UTC

[04/10] incubator-drill git commit: DRILL-1698: QueryWrapper creates a logger for FlattenRecordBatch class

DRILL-1698: QueryWrapper creates a logger for FlattenRecordBatch class


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

Branch: refs/heads/master
Commit: 8695cdf88f97de35c87cd53fcb261ef3935f95ff
Parents: ea2578d
Author: Hanifi Gunes <hg...@maprtech.com>
Authored: Wed Nov 12 11:10:23 2014 -0800
Committer: Jacques Nadeau <ja...@apache.org>
Committed: Thu Nov 13 09:17:27 2014 -0800

----------------------------------------------------------------------
 .../main/java/org/apache/drill/exec/server/rest/QueryWrapper.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/8695cdf8/exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/QueryWrapper.java
----------------------------------------------------------------------
diff --git a/exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/QueryWrapper.java b/exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/QueryWrapper.java
index da134af..f03bfe6 100644
--- a/exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/QueryWrapper.java
+++ b/exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/QueryWrapper.java
@@ -49,7 +49,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
 @XmlRootElement
 public class QueryWrapper {
 
-  static final org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(FlattenRecordBatch.class);
+  static final org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(QueryWrapper.class);
 
   private String query;
   private String queryType;