You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ShengJun Zheng (Jira)" <ji...@apache.org> on 2021/02/23 06:49:00 UTC

[jira] [Updated] (KYLIN-4908) Segment pruner support integer partition col in spark query engine

     [ https://issues.apache.org/jira/browse/KYLIN-4908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ShengJun Zheng updated KYLIN-4908:
----------------------------------
    Description: 
1. It's allowed to use int/bigint  partition column from hive table to divide KYLIN's segments, but segment pruner doesn't support prune segments based on integer-type partition.

2. For String type of partition column (string date_str),  date_str = '20210221' will trigger partition pruner, date_str = 20210221  will not

  was:It's allowed to use int/bigint  partition column from hive table to divide KYLIN's segments, but segment pruner doesn't support prune segments based on integer-type partition.


> Segment pruner support integer partition col in spark query engine
> ------------------------------------------------------------------
>
>                 Key: KYLIN-4908
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4908
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: ShengJun Zheng
>            Assignee: ShengJun Zheng
>            Priority: Major
>
> 1. It's allowed to use int/bigint  partition column from hive table to divide KYLIN's segments, but segment pruner doesn't support prune segments based on integer-type partition.
> 2. For String type of partition column (string date_str),  date_str = '20210221' will trigger partition pruner, date_str = 20210221  will not



--
This message was sent by Atlassian Jira
(v8.3.4#803005)