This is an automated email from the ASF dual-hosted git repository. xxyu pushed a change to branch kylin-on-parquet-v2 in repository https://gitbox.apache.org/repos/asf/kylin.git.
from d16e7f0 KYLIN-4980 Support prunning segments from complex filter conditions new 6d87071 [KYLIN-4554] validate filter condition on model saving new f5ec8f3 [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