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

DoingDone9 updated SPARK-5129:
------------------------------
    Description: 
Example :
create table test (date: Date, name: String)
date                name
2014-01-01     a
2014-01-02     b
2014-01-03     c

when i run "select date + 10 DAYS from test", i want get

2014-01-11 
2014-01-12
2014-01-13




  was:
Example :






> 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, name: String)
> date                name
> 2014-01-01     a
> 2014-01-02     b
> 2014-01-03     c
> when i run "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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to