Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/13995#discussion_r69176304
--- Diff: project/MimaBuild.scala ---
@@ -88,15 +88,7 @@ object MimaBuild {
def mimaSettings(sparkHome: File, projectRef: ProjectRef) = {
val organization = "org.apache.spark"
- val previousSparkVersion = "1.6.0"
- // This check can be removed post-2.0
- val project = if (previousSparkVersion == "1.6.0" &&
- projectRef.project == "streaming-kafka-0-8"
- ) {
- "streaming-kafka"
- } else {
- projectRef.project
- }
+ val previousSparkVersion = "2.0.0"
--- End diff --
Ack, yeah just realized that. I guess this has to just be done later.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]