Repository: kylin
Updated Branches:
  refs/heads/mhb0220 [created] fe77e58c8


temp


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

Branch: refs/heads/mhb0220
Commit: fe77e58c869bce63fc16e6bd46911335ff13b26e
Parents: c1cf570
Author: Hongbin Ma <mahong...@apache.org>
Authored: Tue Feb 21 20:55:04 2017 +0800
Committer: Hongbin Ma <mahong...@apache.org>
Committed: Tue Feb 21 20:55:36 2017 +0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/kylin/common/QueryContext.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/fe77e58c/core-common/src/main/java/org/apache/kylin/common/QueryContext.java
----------------------------------------------------------------------
diff --git 
a/core-common/src/main/java/org/apache/kylin/common/QueryContext.java 
b/core-common/src/main/java/org/apache/kylin/common/QueryContext.java
index 67925b6..5457aa5 100644
--- a/core-common/src/main/java/org/apache/kylin/common/QueryContext.java
+++ b/core-common/src/main/java/org/apache/kylin/common/QueryContext.java
@@ -49,7 +49,7 @@ public class QueryContext {
     }
 
     public String getQueryId() {
-        return queryId;
+        return queryId == null ? "" : queryId;
     }
 
     public void setQueryId(String queryId) {

Reply via email to