Repository: kylin Updated Branches: refs/heads/master 5c2369953 -> b32ab335b
minor, fix create_sample_tables.sql Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/b32ab335 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/b32ab335 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/b32ab335 Branch: refs/heads/master Commit: b32ab335b8c30fd2c5bfbe0dc0a9701dc75f8328 Parents: 5c23699 Author: lidongsjtu <lid...@apache.org> Authored: Tue Oct 25 09:50:46 2016 +0800 Committer: lidongsjtu <lid...@apache.org> Committed: Tue Oct 25 09:50:46 2016 +0800 ---------------------------------------------------------------------- examples/sample_cube/create_sample_tables.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/b32ab335/examples/sample_cube/create_sample_tables.sql ---------------------------------------------------------------------- diff --git a/examples/sample_cube/create_sample_tables.sql b/examples/sample_cube/create_sample_tables.sql index 2001e76..3189b58 100644 --- a/examples/sample_cube/create_sample_tables.sql +++ b/examples/sample_cube/create_sample_tables.sql @@ -195,8 +195,8 @@ TRANS_ID bigint ,PRICE decimal(19,4) COMMENT 'Order Price' ,ITEM_COUNT bigint COMMENT 'Number of Purchased Goods' ,SELLER_ID bigint COMMENT 'Seller ID' -,BUYER_COUNTRY string 'Buyer Country' -,SELLER_COUNTRY string 'Seller Country' +,BUYER_COUNTRY string COMMENT 'Buyer Country' +,SELLER_COUNTRY string COMMENT 'Seller Country' ,USER_ID string COMMENT 'System User ID' ,REGION string COMMENT 'System User Region' )