MaxGekk commented on a change in pull request #24195: [SPARK-25496][SQL] 
Deprecate from_utc_timestamp and to_utc_timestamp
URL: https://github.com/apache/spark/pull/24195#discussion_r269528457
 
 

 ##########
 File path: sql/core/src/main/scala/org/apache/spark/sql/functions.scala
 ##########
 @@ -3017,6 +3019,7 @@ object functions {
    * @group datetime_funcs
    * @since 1.5.0
    */
+  @deprecated("This function is deprecated and will be removed in future 
versions.", "3.0.0")
 
 Review comment:
   @HyukjinKwon Should I do something else besides of adding the functions to 
`_functions_deprecated`: 
https://github.com/apache/spark/pull/24195/commits/828da8b2cf6eb873481ea69b69c33d8f7108c784
 . Python style checker is not happy with that in the last run. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to