[
https://issues.apache.org/jira/browse/KYLIN-4554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341161#comment-17341161
]
ASF subversion and git services commented on KYLIN-4554:
--------------------------------------------------------
Commit 6d87071158cb9256552c880c0c29bc995eb2cb54 in kylin's branch
refs/heads/kylin-on-parquet-v2 from zheniantoushipashi
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=6d87071 ]
[KYLIN-4554] validate filter condition on model saving
verify filter condition using the following login
1 select * from tableName where {filterCondition} pass calcite parse
2 all column in filter condition must be model table column
> Validate "filter condition" on model saving
> -------------------------------------------
>
> Key: KYLIN-4554
> URL: https://issues.apache.org/jira/browse/KYLIN-4554
> Project: Kylin
> Issue Type: Improvement
> Components: Metadata
> Reporter: Shao Feng Shi
> Assignee: Sun BiaoBiao
> Priority: Major
> Fix For: v4.0.0-GA
>
> Attachments: WechatIMG397.png
>
>
> When define a model, user can enter a filter condition (using to do data
> filtering on loading). While the system doesn't validate the filtering
> condition's syntax; Later when build the cube, the condition will be send to
> Hive, Hive may report an error on the syntax, but at that time, it is
> difficult to modify it.
>
> !WechatIMG397.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)