hvanhovell commented on code in PR #47745:
URL: https://github.com/apache/spark/pull/47745#discussion_r1715659414


##########
core/src/main/scala/org/apache/spark/util/Utils.scala:
##########
@@ -1753,12 +1753,6 @@ private[spark] object Utils
     Files.createSymbolicLink(dst.toPath, src.toPath)
   }
 
-
-  /** Return the class name of the given object, removing all dollar signs */
-  def getFormattedClassName(obj: AnyRef): String = {

Review Comment:
   Moved because I needed this functionality in sql/api.



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

Reply via email to