cloud-fan commented on a change in pull request #35768:
URL: https://github.com/apache/spark/pull/35768#discussion_r828006131



##########
File path: project/MimaExcludes.scala
##########
@@ -45,6 +45,9 @@ object MimaExcludes {
     // [SPARK-37391][SQL] JdbcConnectionProvider tells if it modifies security 
context
     
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.jdbc.JdbcConnectionProvider.modifiesSecurityContext"),
 
+    // [SPARK-38432][SQL] Reactor framework so as JDBC dialect could compile 
filter by self way
+    
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.sources.Filter.toV2"),

Review comment:
       Can we make `toV2`  `private[sql]`? I think it should only be used 
inside Spark.




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