dongjoon-hyun commented on a change in pull request #32515:
URL: https://github.com/apache/spark/pull/32515#discussion_r631166233



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/SparkSessionExtensions.scala
##########
@@ -74,7 +74,7 @@ import org.apache.spark.sql.execution.{ColumnarRule, 
SparkPlan}
  *     .config("spark.sql.extensions", "org.example.MyExtensions")
  *     .getOrCreate()
  *
- *   class MyExtensions extends Function1[SparkSessionExtensions, Unit] {
+ *   class MyExtensions extends SparkSessionExtensionsProvider {

Review comment:
       I know that this is based on the existing comments. Can we add a new 
example instead of removing old example please?




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