[
https://issues.apache.org/jira/browse/SPARK-35932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gengliang Wang resolved SPARK-35932.
------------------------------------
Fix Version/s: 3.2.0
Resolution: Fixed
Issue resolved by pull request 33136
[https://github.com/apache/spark/pull/33136]
> Support extracting hour/minute/second from timestamp without time zone
> ----------------------------------------------------------------------
>
> Key: SPARK-35932
> URL: https://issues.apache.org/jira/browse/SPARK-35932
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Affects Versions: 3.2.0
> Reporter: Gengliang Wang
> Assignee: Gengliang Wang
> Priority: Major
> Fix For: 3.2.0
>
>
> Support extracting hour/minute/second fields from timestamp without time zone
> values. In details, the following syntax is supported:
> 1. extract [hour | minute | second] from timestampWithoutTZ
> 2. date_part('[hour | minute | second]', timestampWithoutTZ)
> 3. hour(timestampWithoutTZ)
> 4. minute(timestampWithoutTZ)
> 5. second(timestampWithoutTZ)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]