gaborgsomogyi commented on a change in pull request #23499: [SPARK-26254][CORE] 
Extract Hive + Kafka dependencies from Core.
URL: https://github.com/apache/spark/pull/23499#discussion_r250648535
 
 

 ##########
 File path: project/MimaExcludes.scala
 ##########
 @@ -278,6 +278,9 @@ object MimaExcludes {
     // [SPARK-26616][MLlib] Expose document frequency in IDFModel
     
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.mllib.feature.IDFModel.this"),
     
ProblemFilters.exclude[IncompatibleResultTypeProblem]("org.apache.spark.mllib.feature.IDF#DocumentFrequencyAggregator.idf")
+
+    // [SPARK-26254][CORE] Extract Hive + Kafka dependencies from Core.
+    
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.deploy.security.HiveDelegationTokenProvider")
 
 Review comment:
   Yeah, doesn't compile. I've seen the trend to add things at the end but 
better to add as you've suggested to avoid such mistakes.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to