You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "DoingDone9 (JIRA)" <ji...@apache.org> on 2015/01/07 09:16:35 UTC

[jira] [Updated] (SPARK-5129) make SqlContext support "select date +/- XX DAYS from table"

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

DoingDone9 updated SPARK-5129:
------------------------------
    Summary: make SqlContext support "select date +/- XX DAYS from table"    (was: make SqlContext support "select date + XX DAYS from table"  )

> make SqlContext support "select date +/- XX DAYS from table"  
> --------------------------------------------------------------
>
>                 Key: SPARK-5129
>                 URL: https://issues.apache.org/jira/browse/SPARK-5129
>             Project: Spark
>          Issue Type: Improvement
>            Reporter: DoingDone9
>            Priority: Minor
>
> Example :
> create table test (date: Date)
> 2014-01-01
> 2014-01-02
> 2014-01-03
> when  running "select date + 10 DAYS from test", i want get
> 2014-01-11 
> 2014-01-12
> 2014-01-13



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org