cloud-fan commented on code in PR #48818:
URL: https://github.com/apache/spark/pull/48818#discussion_r1925409046


##########
project/MimaExcludes.scala:
##########
@@ -205,10 +205,30 @@ object MimaExcludes {
     // SPARK-50112: Moving avro files from connector to sql/core
     ProblemFilters.exclude[Problem]("org.apache.spark.sql.avro.*"),
 
+    // SPARK-49700: Unified Scala SQL Interface.
+    
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.DataFrameNaFunctions"),

Review Comment:
   is it a mima bug? We should still have them as interfaces?



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to