[ 
https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15156623#comment-15156623
 ] 

Hao Chen edited comment on KYLIN-1427 at 2/22/16 10:02 AM:
-----------------------------------------------------------

{code}
{
 "partition_desc": {
    "partition_date_column": "DEFAULT.TEST_KYLIN_FACT.CAL_DT",
    "partition_time_column": "DEFAULT.TEST_KYLIN_FACT.CAL_HOUR",
    "partition_date_format": "yyyy-MM-dd",
    "partition_time_format": "HH:mm",
    "partition_date_start": 0,
    "partition_type": "APPEND",
    "partition_condition_builder": 
"org.apache.kylin.metadata.model.PartitionDesc$DefaultPartitionConditionBuilder"
  }
}
{code}


was (Author: haoch):
{code}
{
 "partition_desc": {
    "partition_date_column": "DEFAULT.TEST_KYLIN_FACT.CAL_DT",
    "partition_time_column": "DEFAULT.TEST_KYLIN_FACT.CAL_HOUR",
    "partition_date_format": "yyyy-MM-dd",
    "partition_time_format": "HH:dd",
    "partition_date_start": 0,
    "partition_type": "APPEND",
    "partition_condition_builder": 
"org.apache.kylin.metadata.model.PartitionDesc$DefaultPartitionConditionBuilder"
  }
}
{code}

> Enable partition date column to support date and hour as separate columns for 
> increment cube build 
> ---------------------------------------------------------------------------------------------------
>
>                 Key: KYLIN-1427
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1427
>             Project: Kylin
>          Issue Type: Task
>          Components: Metadata, REST Service, Web 
>            Reporter: qianqiaoneng
>            Assignee: Hao Chen
>
> There are some data table, which save date and hour at 2 columns. For this 
> kind of source data, kylin currently doesn't support incrementally build the 
> cube. Open this JIRA to track this feature. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to