You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by bi...@apache.org on 2017/03/11 17:17:26 UTC

[09/14] kylin git commit: cube desc json data modification

cube desc json data modification

Signed-off-by: Hongbin Ma <ma...@apache.org>


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

Branch: refs/heads/KYLIN-2360
Commit: 791a010061ad216fd8bb4b5f31f1a1be5a43a141
Parents: 82b2236
Author: luguosheng <55...@qq.com>
Authored: Fri Mar 10 22:44:24 2017 +0800
Committer: Hongbin Ma <ma...@apache.org>
Committed: Sat Mar 11 17:55:16 2017 +0800

----------------------------------------------------------------------
 .../test_case_data/localmeta/cube_desc/ci_inner_join_cube.json     | 2 +-
 examples/test_case_data/localmeta/cube_desc/ci_left_join_cube.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/791a0100/examples/test_case_data/localmeta/cube_desc/ci_inner_join_cube.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/cube_desc/ci_inner_join_cube.json b/examples/test_case_data/localmeta/cube_desc/ci_inner_join_cube.json
index 7e14d51..cfaadac 100644
--- a/examples/test_case_data/localmeta/cube_desc/ci_inner_join_cube.json
+++ b/examples/test_case_data/localmeta/cube_desc/ci_inner_join_cube.json
@@ -183,7 +183,7 @@
         }
       },
       "returntype" : "topn(100, 4)",
-      "configuration": {"topn.encoding.SELLER_ID" : "int:4"}
+      "configuration": {"topn.encoding.TEST_KYLIN_FACT.SELLER_ID" : "int:4"}
     }
   }, {
     "name" : "TEST_COUNT_DISTINCT_BITMAP",

http://git-wip-us.apache.org/repos/asf/kylin/blob/791a0100/examples/test_case_data/localmeta/cube_desc/ci_left_join_cube.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/cube_desc/ci_left_join_cube.json b/examples/test_case_data/localmeta/cube_desc/ci_left_join_cube.json
index b59d6df..221ffb6 100644
--- a/examples/test_case_data/localmeta/cube_desc/ci_left_join_cube.json
+++ b/examples/test_case_data/localmeta/cube_desc/ci_left_join_cube.json
@@ -183,7 +183,7 @@
         }
       },
       "returntype" : "topn(100, 4)",
-      "configuration": {"topn.encoding.SELLER_ID" : "int:4"}
+      "configuration": {"topn.encoding.TEST_KYLIN_FACT.SELLER_ID" : "int:4"}
     }
   }, {
     "name" : "TEST_COUNT_DISTINCT_BITMAP",