This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch kylin5 in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin5 by this push: new 88452fb8fc Update readme 88452fb8fc is described below commit 88452fb8fc61f72169b6a9a9f90bc8a8200f13b4 Author: Phoenix Yu <x...@apache.org> AuthorDate: Fri Mar 3 10:51:22 2023 +0800 Update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 867e688515..d67208c362 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,15 @@ ### Comparison with Kylin 4.0 -- New metadata design [Metadata definition](document/protocol-buffer/metadata.proto) +- New metadata design [New metadata design article (Chinese ver)](https://kylin.apache.org/5.0/blog/introduction_of_metadata_cn) and [New metadata definition](https://github.com/apache/kylin/blob/doc5.0/website/blog/2022-12-18-Introduction_of_Metadata/protocol-buffer/metadata.proto) - Support Table Index - Support schema change - Support computed column - New CuboidScheduler - New Job engine etc. +For more detail, please check our [roadmap](https://kylin.apache.org/5.0/docs/development/roadmap) . + ### Quick Start 1. Build maven artifact with following command: @@ -26,4 +28,4 @@ sh dev-support/unit_testing.sh ```shell ./build/release/release.sh -``` \ No newline at end of file +```