This is an automated email from the ASF dual-hosted git repository. xxyu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kylin.git.
from b577521 [KYLIN-4971] Add new measure bitmap_map for count distinct at frontend. (#222) new 9589802 [KYLIN-4554] validate filter condition on model saving new b77c92a [KYLIN-4554] validate filter condition on model saving, fix bug added all the columns of all tables to the validate collection The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../java/org/apache/kylin/job/JoinedFormatter.java | 10 +- .../org/apache/kylin/metadata/util/ModelUtil.java | 124 +++++++++++++++++++++ .../apache/kylin/rest/service/ModelService.java | 17 ++- .../kylin/rest/service/ModelServiceTest.java | 25 ++++- 4 files changed, 171 insertions(+), 5 deletions(-) create mode 100644 core-metadata/src/main/java/org/apache/kylin/metadata/util/ModelUtil.java