Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/16393#discussion_r93810309
--- Diff: common/tags/pom.xml ---
@@ -34,6 +34,14 @@
<sbt.project.name>tags</sbt.project.name>
</properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.scalatest</groupId>
+ <artifactId>scalatest_${scala.binary.version}</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
--- End diff --
So far, I used both mvn and sbt to do a full rebuild in the command line. I
also click `Invalidate Caches/Restart` in IntelliJ. I tried shutdown zinc.
Still got the same error.
To bypass/resolve the compilation failure, I have to add the above
dependency back in my local environement. After this, everything works well in
IntelliJ.
---
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]