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

Xiao Li resolved SPARK-7728.
----------------------------
    Resolution: Fixed

> SQL: cannot add timestamp partition as string
> ---------------------------------------------
>
>                 Key: SPARK-7728
>                 URL: https://issues.apache.org/jira/browse/SPARK-7728
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.2.1
>            Reporter: Kanwaljit Singh
>
> create table spark_test(i int) partitioned by (p timestamp);
> alter table spark_test add partition(p="2013-01-01 01:00");
> alter table spark_test add partition(p=CAST("2013-01-01 01:00" AS TIMESTAMP));
> Will not work



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