zhenlineo commented on code in PR #40136:
URL: https://github.com/apache/spark/pull/40136#discussion_r1116496074
##########
connector/connect/client/jvm/pom.xml:
##########
@@ -125,6 +125,11 @@
<version>${mima.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
Review Comment:
Do we still need rules for the following two jars?
```
(LocalProject("connect") / assembly).value
(LocalProject("connect-client-jvm") / assembly).value
```
These two jars are not included in
`${SPARK_HOME}/assembly/target/scala-$SPARK_SCALA_VERSION/jars`.
Is it slow for you to run sbt package to run this test? I get the impression
it takes ~1min to run the first time? On the other side, maven is so slow for
me.
--
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]