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

Reynold Xin resolved SPARK-8197.
--------------------------------
       Resolution: Fixed
         Assignee: Adrian Wang
    Fix Version/s: 1.5.0

> date/time function: trunc
> -------------------------
>
>                 Key: SPARK-8197
>                 URL: https://issues.apache.org/jira/browse/SPARK-8197
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Reynold Xin
>            Assignee: Adrian Wang
>             Fix For: 1.5.0
>
>
> trunc(string date[, string format]): string
> trunc(date date[, string format]): date
> Returns date truncated to the unit specified by the format (as of Hive 
> 1.2.0). Supported formats: MONTH/MON/MM, YEAR/YYYY/YY. If format is omitted 
> the date will be truncated to the nearest day. Example: trunc('2015-03-17', 
> 'MM') = 2015-03-01.



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