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 2016/12/18 04:56:31 UTC

[1/2] kylin git commit: new datagen CI pass

Repository: kylin
Updated Branches:
  refs/heads/KYLIN-2283 c31cf68b3 -> 09991ca05


new datagen CI pass


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

Branch: refs/heads/KYLIN-2283
Commit: bebfb57b37b06fd597c07855a02b35283834d2ed
Parents: c31cf68
Author: Yang Li <li...@apache.org>
Authored: Sun Dec 18 12:50:24 2016 +0800
Committer: Yang Li <li...@apache.org>
Committed: Sun Dec 18 12:50:24 2016 +0800

----------------------------------------------------------------------
 kylin-it/src/test/resources/query/sql_timeout/query02.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/bebfb57b/kylin-it/src/test/resources/query/sql_timeout/query02.sql
----------------------------------------------------------------------
diff --git a/kylin-it/src/test/resources/query/sql_timeout/query02.sql b/kylin-it/src/test/resources/query/sql_timeout/query02.sql
index 2f187a4..a00096c 100644
--- a/kylin-it/src/test/resources/query/sql_timeout/query02.sql
+++ b/kylin-it/src/test/resources/query/sql_timeout/query02.sql
@@ -16,4 +16,4 @@
 -- limitations under the License.
 --
 
-select seller_id,lstg_format_name,sum(price) from test_kylin_fact group by seller_id,lstg_format_name
\ No newline at end of file
+select seller_id,cal_dt,lstg_format_name,sum(price) from test_kylin_fact group by seller_id,cal_dt,lstg_format_name
\ No newline at end of file


[2/2] kylin git commit: throw in some nulls

Posted by li...@apache.org.
throw in some nulls


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

Branch: refs/heads/KYLIN-2283
Commit: 09991ca0513c9b33fa51eba75b4fea7003d86089
Parents: bebfb57
Author: Yang Li <li...@apache.org>
Authored: Sun Dec 18 12:56:17 2016 +0800
Committer: Yang Li <li...@apache.org>
Committed: Sun Dec 18 12:56:17 2016 +0800

----------------------------------------------------------------------
 .../test_case_data/localmeta/table/DEFAULT.TEST_KYLIN_FACT.json   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/09991ca0/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 9a078dc..93e4ab3 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
@@ -28,7 +28,8 @@
   }, {
     "id" : "6",
     "name" : "SLR_SEGMENT_CD",
-    "datatype" : "smallint"
+    "datatype" : "smallint",
+    "data_gen" : "FK,null,nullstr=0"
   }, {
     "id" : "7",
     "name" : "PRICE",