maropu commented on a change in pull request #31408:
URL: https://github.com/apache/spark/pull/31408#discussion_r567584080
##########
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:
Ah, I see. I just wanted to know the reason. The current one looks fine.
----------------------------------------------------------------
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]