jongyoul commented on code in PR #4520: URL: https://github.com/apache/zeppelin/pull/4520#discussion_r1038971691
########## pom.xml: ########## @@ -1585,6 +1585,14 @@ <groupId>net.alchim31.maven</groupId> <artifactId>scala-maven-plugin</artifactId> <version>${plugin.scala.alchim31.version}</version> + <configuration> + <recompileMode>all</recompileMode> Review Comment: Agreed with the performance. But it causes failure as it shows an error when zinc is not downloaded for the first time. So I checked it. Moreover, we are developing scala code but it's not a heavy job so I think it should be fine. Otherwise, we can introduce some CI profile and enable it on it but I don't know if it's really necessary -- 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: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org