[
https://issues.apache.org/jira/browse/CALCITE-6888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939725#comment-17939725
]
Caican Cai commented on CALCITE-6888:
-------------------------------------
fix in
https://github.com/apache/calcite/commit/e617e85b9b8237378ef788eab02d6f851904f046
thanks [~jensen]
thanks for your review [~nobigo]
> Doris dialect implementation
> ----------------------------
>
> Key: CALCITE-6888
> URL: https://issues.apache.org/jira/browse/CALCITE-6888
> Project: Calcite
> Issue Type: Improvement
> Reporter: Zhen Chen
> Assignee: Zhen Chen
> Priority: Major
> Labels: pull-request-available
>
> Do we need this implementation?
> Doris and Starrocks have quite different views on some functions, for example:
> from EXTRACT(SECOND FROM TIMESTAMP '2023-12-01 00:00:00') to EXTRACT(SECOND
> FROM '2023-12-01 00:00:00')
> from DATE_TRUNC('MINUTE', `hire_date`) to DATE_TRUNC(`hire_date`, 'MINUTE')
> from MAP \{ 'k1' : 'v1', 'k2' : 'v2' } to MAP ('k1', 'v1', 'k2', 'v2')
--
This message was sent by Atlassian Jira
(v8.20.10#820010)