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

2015-02-06 Thread Sean Owen (JIRA)

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

Sean Owen updated SPARK-5129:
-
Component/s: SQL

> 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
>  Components: SQL
>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
> and running "select date - 10 DAYS from test",  get
> 2013-12-22
> 2013-12-23
> 2013-12-24



--
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



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

2015-01-07 Thread DoingDone9 (JIRA)

 [ 
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)

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

and running "select date - 10 DAYS from test",  get

2013-12-22
2013-12-23
2013-12-24



  was:
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





> 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
> and running "select date - 10 DAYS from test",  get
> 2013-12-22
> 2013-12-23
> 2013-12-24



--
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



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

2015-01-07 Thread DoingDone9 (JIRA)

 [ 
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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



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

2015-01-07 Thread DoingDone9 (JIRA)

 [ 
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)

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




  was:
Example :
create table test (date: Date, name: String)

2014-01-01   a
2014-01-02   b
2014-01-03   c

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

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





> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



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

2015-01-07 Thread DoingDone9 (JIRA)

 [ 
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)

2014-01-01   a
2014-01-02   b
2014-01-03   c

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

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




  was:
Example :
create table test (date: Date, name: String)
datename
2014-01-01 a
2014-01-02 b
2014-01-03 c

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

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





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



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

2015-01-07 Thread DoingDone9 (JIRA)

 [ 
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)
datename
2014-01-01 a
2014-01-02 b
2014-01-03 c

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

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




  was:
Example :
create table test (date: Date, name: String)
datename
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





> 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)
> datename
> 2014-01-01 a
> 2014-01-02 b
> 2014-01-03 c
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



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

2015-01-07 Thread DoingDone9 (JIRA)

 [ 
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)
datename
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)
> datename
> 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



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

2015-01-07 Thread DoingDone9 (JIRA)

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

DoingDone9 updated SPARK-5129:
--
Description: 
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
>
> Example :



--
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



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

2015-01-07 Thread DoingDone9 (JIRA)

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

DoingDone9 updated SPARK-5129:
--
Priority: Minor  (was: Major)

> 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 :



--
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