You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2017/06/05 05:23:33 UTC

[45/67] [abbrv] kylin git commit: minor, fix release test

minor, fix release test

* fix release test cont.

* fix release text


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

Branch: refs/heads/master
Commit: 96e8c7f79a099703ff6cf670b90e63ef2b34bae1
Parents: 99f08a9
Author: hongbin ma <ma...@kyligence.io>
Authored: Mon May 29 00:17:08 2017 +0800
Committer: Dong Li <li...@apache.org>
Committed: Mon May 29 00:17:08 2017 +0800

----------------------------------------------------------------------
 build/smoke-test/sql/sql1.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/96e8c7f7/build/smoke-test/sql/sql1.json
----------------------------------------------------------------------
diff --git a/build/smoke-test/sql/sql1.json b/build/smoke-test/sql/sql1.json
index 21e4c01..abbd529 100644
--- a/build/smoke-test/sql/sql1.json
+++ b/build/smoke-test/sql/sql1.json
@@ -1,8 +1,9 @@
 {
-  "cube": "kylin_sales_cube",
+  "cube": "CUBE[name=kylin_sales_cube]",
   "partial": false,
   "affectedRowCount": 0,
   "isException": false,
+  "queryAdHoc": false,
   "results": [
     [
       "10000"
@@ -32,4 +33,4 @@
       "isNullable": 0
     }
   ]
-}
\ No newline at end of file
+}