SandishKumarHN commented on code in PR #37972:
URL: https://github.com/apache/spark/pull/37972#discussion_r993921446
##########
project/SparkBuild.scala:
##########
@@ -390,7 +390,7 @@ object SparkBuild extends PomBuild {
val mimaProjects = allProjects.filterNot { x =>
Seq(
spark, hive, hiveThriftServer, repl, networkCommon, networkShuffle,
networkYarn,
- unsafe, tags, tokenProviderKafka010, sqlKafka010, connect
+ unsafe, tags, tokenProviderKafka010, sqlKafka010, connect, protobuf
Review Comment:
@rangadi it is part of shading google-protobuf jar through sbt. so passing
protobuf module through MimaBuild(is a tool for identifying [binary
incompatibilities](https://docs.scala-lang.org/overviews/core/binary-compatibility-for-library-authors.html)
in Scala libraries.).
--
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]