[
https://issues.apache.org/jira/browse/SPARK-52540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17984974#comment-17984974
]
Ignite TC Bot commented on SPARK-52540:
---------------------------------------
User 'MaxGekk' has created a pull request for this issue:
https://github.com/apache/spark/pull/51232
> Support the time type by make_timestamp_ntz()
> ---------------------------------------------
>
> Key: SPARK-52540
> URL: https://issues.apache.org/jira/browse/SPARK-52540
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Affects Versions: 4.1.0
> Reporter: Max Gekk
> Priority: Major
>
> Modify the make_timestamp_ntz() function to create a timestamp from date and
> time.
> h4. Syntax
> {code:sql}
> make_timestamp_ntz(date [, time])
> {code}
> h4. Arguments
> # date: A date expression
> # time: A time expression
> h4. Returns
> A TIMESTAMP.
> h4. Examples
> {code:sql}
> > SELECT make_timestamp_ntz(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: [email protected]
For additional commands, e-mail: [email protected]