You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2018/12/19 17:50:48 UTC

[GitHub] gatorsmile commented on a change in pull request #23178: [SPARK-26216][SQL] Do not use case class as public API (UserDefinedFunction)

gatorsmile commented on a change in pull request #23178: [SPARK-26216][SQL] Do not use case class as public API (UserDefinedFunction)
URL: https://github.com/apache/spark/pull/23178#discussion_r243014617
 
 

 ##########
 File path: project/MimaExcludes.scala
 ##########
 @@ -227,7 +227,11 @@ object MimaExcludes {
       case ReversedMissingMethodProblem(meth) =>
         !meth.owner.fullName.startsWith("org.apache.spark.sql.sources.v2")
       case _ => true
-    }
+    },
+
+    // [SPARK-26216][SQL] Do not use case class as public API (UserDefinedFunction)
+    ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.expressions.UserDefinedFunction$"),
 
 Review comment:
   Can we get rid of this in https://github.com/apache/spark/pull/23351?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org