HyukjinKwon commented on a change in pull request #31408:
URL: https://github.com/apache/spark/pull/31408#discussion_r567583279



##########
File path: sql/core/src/main/scala/org/apache/spark/sql/functions.scala
##########
@@ -123,9 +133,9 @@ object functions {
    * can handle parameterized scala types e.g.: List, Seq and Map.
    *
    * @group normal_funcs
-   * @since 2.2.0
+   * @since 3.2.0
    */
-  def typedLit[T : TypeTag](literal: T): Column = literal match {
+  def typedlit[T : TypeTag](literal: T): Column = literal match {

Review comment:
       For some reasons I like `typedlit` (like `datediff`, `shiftleft, etc.). 
But I don't mind changing it back if other people prefer `typed_lit` more. It's 
not even in the function registry in any event so I think we can pick one.




----------------------------------------------------------------
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]



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

Reply via email to