[ 
https://issues.apache.org/jira/browse/SPARK-51415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18007944#comment-18007944
 ] 

Uroš Bojanić edited comment on SPARK-51415 at 7/18/25 12:07 AM:
----------------------------------------------------------------

Given that there haven't been any updates in the past two and a half months, 
I'm working on this ticket. cc [~sakthi] 

Work in progress PR: 
[https://github.com/apache/spark/pull/51543|https://github.com/apache/spark/pull/51543.].
 cc [~maxgekk] 


was (Author: JIRAUSER304339):
Given that there haven't been any updates in the past two and a half months, 
I'm working on this ticket. cc [~sakthi] 

Work in progress PR: [https://github.com/apache/spark/pull/51543.] cc 
[~maxgekk] 

> Support the time type by make_timestamp()
> -----------------------------------------
>
>                 Key: SPARK-51415
>                 URL: https://issues.apache.org/jira/browse/SPARK-51415
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 4.1.0
>            Reporter: Max Gekk
>            Priority: Major
>              Labels: pull-request-available
>
> Modify the make_timestamp() function to create a timestamp from date and time.
> h4. Syntax
> {code:sql}
> make_timestamp(date [, time [, timezone ] ])
> {code}
> h4. Arguments
> # date: A date expression
> # time: A time expression
> h4. Returns
> A TIMESTAMP.
> h4. Examples
> {code:sql}
> > SELECT make_timestamp(DATE'2014-12-28', TIME'6:30:45.887');
>  2014-12-28 06:30:45.887
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to