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

Julian Hyde commented on CALCITE-6527:
--------------------------------------

I find these exchanges very time consuming. When you use ambiguous phrases like 
'only date type' or 'day date type', when you don't include a jira link as I 
asked, it is more difficult for our users to understand the proposed feature.

I don't want a rapid response from you; I want a high quality response that 
completely solves the problem that I was raising.

Work on making your writing crystal clear.

When someone responds to you, read their response in full, and address 
everything in their response.

> Add DATE_ADD function (enabled in Spark library)
> ------------------------------------------------
>
>                 Key: CALCITE-6527
>                 URL: https://issues.apache.org/jira/browse/CALCITE-6527
>             Project: Calcite
>          Issue Type: New Feature
>          Components: core
>    Affects Versions: 1.37.0
>            Reporter: Caican Cai
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.38.0
>
>
> https://spark.apache.org/docs/3.5.2/sql-ref-functions-builtin.html#date-and-timestamp-functions
> {code:java}
> > SELECT date_add('2016-07-30', 1);
>  2016-07-31
> {code}
> Currently, date_add supports the addition of year, month, day and other 
> types, but in Spark, only day date type is supported.
> {code:java}
> date_add(start_date, num_days)        Returns the date that is `num_days` 
> after `start_date`.
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to