dongjoon-hyun commented on code in PR #43858:
URL: https://github.com/apache/spark/pull/43858#discussion_r1396792415
##########
sql/core/src/main/scala/org/apache/spark/sql/functions.scala:
##########
@@ -8289,4 +8280,68 @@ object functions {
def unwrap_udt(column: Column): Column = withExpr {
UnwrapUDT(column.expr)
}
+
+ // scalastyle:off
+ // TODO(SPARK-45970): Use @static annotation so Java can access to those
+ // API in the same way. Once we land this fix, should deprecate
+ // functions.hours, days, months, years and bucket.
Review Comment:
Got it~
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]