[
https://issues.apache.org/jira/browse/KYLIN-4554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341156#comment-17341156
]
ASF subversion and git services commented on KYLIN-4554:
--------------------------------------------------------
Commit 9589802b4450a1a23047c4e26abdfe4e6b761a71 in kylin's branch
refs/heads/master from zheniantoushipashi
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=9589802 ]
[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)