Repository: kylin
Updated Branches:
  refs/heads/yang22-hbase1.x 081bec0b1 -> 288a3dc3d (forced update)


alter query test case to fix CI


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

Branch: refs/heads/yang22-hbase1.x
Commit: fb424042ef3e29efe26e90874e0ff425148b89b6
Parents: 2fec060
Author: Li Yang <liy...@apache.org>
Authored: Tue Jan 10 15:27:14 2017 +0800
Committer: Li Yang <liy...@apache.org>
Committed: Tue Jan 10 15:27:14 2017 +0800

----------------------------------------------------------------------
 .../test_case_data/localmeta/table/DEFAULT.TEST_KYLIN_FACT.json    | 2 +-
 kylin-it/src/test/resources/query/sql_limit/query01.sql            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/fb424042/examples/test_case_data/localmeta/table/DEFAULT.TEST_KYLIN_FACT.json
----------------------------------------------------------------------
diff --git 
a/examples/test_case_data/localmeta/table/DEFAULT.TEST_KYLIN_FACT.json 
b/examples/test_case_data/localmeta/table/DEFAULT.TEST_KYLIN_FACT.json
index fdfb322..53dc96b 100644
--- a/examples/test_case_data/localmeta/table/DEFAULT.TEST_KYLIN_FACT.json
+++ b/examples/test_case_data/localmeta/table/DEFAULT.TEST_KYLIN_FACT.json
@@ -33,7 +33,7 @@
   }, {
     "id" : "8",
     "name" : "ITEM_COUNT",
-    "datatype" : "int"
+    "datatype" : "bigint"
   }, {
     "id" : "9",
     "name" : "SELLER_ID",

http://git-wip-us.apache.org/repos/asf/kylin/blob/fb424042/kylin-it/src/test/resources/query/sql_limit/query01.sql
----------------------------------------------------------------------
diff --git a/kylin-it/src/test/resources/query/sql_limit/query01.sql 
b/kylin-it/src/test/resources/query/sql_limit/query01.sql
index fca8175..296863f 100644
--- a/kylin-it/src/test/resources/query/sql_limit/query01.sql
+++ b/kylin-it/src/test/resources/query/sql_limit/query01.sql
@@ -16,6 +16,6 @@
 -- limitations under the License.
 --
 
-select * from test_kylin_fact
+select cal_dt, lstg_format_name, seller_id from test_kylin_fact
   where lstg_format_name='FP-GTC' 
  limit 20

Reply via email to