HyukjinKwon commented on a change in pull request #35092:
URL: https://github.com/apache/spark/pull/35092#discussion_r777864534



##########
File path: project/MimaExcludes.scala
##########
@@ -46,7 +46,9 @@ object MimaExcludes {
     
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.jdbc.JdbcConnectionProvider.modifiesSecurityContext"),
 
     // [SPARK-37780][SQL] QueryExecutionListener support SQLConf as 
constructor parameter
-    
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.sql.util.ExecutionListenerManager.this")
+    
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.sql.util.ExecutionListenerManager.this"),
+    // [SPARK-37786][SQL] [SPARK-37786][SQL] StreamingQueryListener support 
use SQLConf.get to get corresponding SessionState's SQLConf

Review comment:
       typo?




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