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/10/20 23:23:12 UTC

[48/50] [abbrv] kylin git commit: KYLIN-1971 new sample data

http://git-wip-us.apache.org/repos/asf/kylin/blob/787a6924/examples/sample_cube/template/table/DEFAULT.KYLIN_COUNTRY.json
----------------------------------------------------------------------
diff --git a/examples/sample_cube/template/table/DEFAULT.KYLIN_COUNTRY.json b/examples/sample_cube/template/table/DEFAULT.KYLIN_COUNTRY.json
new file mode 100644
index 0000000..8d38810
--- /dev/null
+++ b/examples/sample_cube/template/table/DEFAULT.KYLIN_COUNTRY.json
@@ -0,0 +1,24 @@
+{
+  "uuid" : "e286e39e-40d7-44c2-8fa2-41b365632882",
+ 
+  "name" : "KYLIN_COUNTRY",
+  "columns" : [ {
+    "id" : "1",
+    "name" : "COUNTRY",
+    "datatype" : "string"
+  }, {
+    "id" : "2",
+    "name" : "LATITUDE",
+    "datatype" : "double"
+  }, {
+    "id" : "3",
+    "name" : "LONGITUDE",
+    "datatype" : "double"
+  }, {
+    "id" : "4",
+    "name" : "NAME",
+    "datatype" : "string"
+  } ],
+  "database" : "DEFAULT",
+  "last_modified" : 0
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/787a6924/examples/sample_cube/template/table/DEFAULT.KYLIN_SALES.json
----------------------------------------------------------------------
diff --git a/examples/sample_cube/template/table/DEFAULT.KYLIN_SALES.json b/examples/sample_cube/template/table/DEFAULT.KYLIN_SALES.json
index 2bccbeb..fbeafb3 100644
--- a/examples/sample_cube/template/table/DEFAULT.KYLIN_SALES.json
+++ b/examples/sample_cube/template/table/DEFAULT.KYLIN_SALES.json
@@ -38,15 +38,23 @@
     "id" : "9",
     "name" : "SELLER_ID",
     "datatype" : "bigint"
-  }, {
-    "id" : "10",
-    "name" : "USER_ID",
-    "datatype" : "string"
-  }, {
-    "id" : "11",
-    "name" : "REGION",
-    "datatype" : "string"
+  }, {
+    "id" : "10",
+    "name" : "BUYER_COUNTRY",
+    "datatype" : "string"
+  }, {
+    "id" : "11",
+    "name" : "SELLER_COUNTRY",
+    "datatype" : "string"
+  }, {
+    "id" : "12",
+    "name" : "USER_ID",
+    "datatype" : "string"
+  }, {
+    "id" : "13",
+    "name" : "REGION",
+    "datatype" : "string"
   } ],
   "database" : "DEFAULT",
   "last_modified" : 0
-}
+}