[
https://issues.apache.org/jira/browse/KYLIN-4495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17134733#comment-17134733
]
ASF GitHub Bot commented on KYLIN-4495:
---------------------------------------
RupengWang commented on pull request #1226:
URL: https://github.com/apache/kylin/pull/1226#issuecomment-643605367
## Design test cases
### Prepare test env
Kylin sample cube
### Case-1
No special query scenario
```sql
SELECT lstg_format_name, SUM(price) AS gmv, COUNT(DISTINCT seller_id) AS
dist_seller FROM kylin_sales WHERE lstg_format_name='FP-GTC' GROUP BY
lstg_format_name HAVING COUNT(DISTINCT seller_id) > 50;
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Support custom date formats for partition date column
> -----------------------------------------------------
>
> Key: KYLIN-4495
> URL: https://issues.apache.org/jira/browse/KYLIN-4495
> Project: Kylin
> Issue Type: Improvement
> Components: Job Engine
> Reporter: Zhichao Zhang
> Assignee: Zhichao Zhang
> Priority: Minor
> Fix For: v3.1.0
>
>
> Support custom date formats for partition date column.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)