LuciferYang commented on code in PR #39854:
URL: https://github.com/apache/spark/pull/39854#discussion_r1093504577
##########
project/SparkBuild.scala:
##########
@@ -851,6 +851,9 @@ object SparkConnectClient {
)
},
+ // Make sure the connect server assembly jar is available for testing.
+ test := ((Test / test) dependsOn (LocalProject("connect") /
assembly)).value,
Review Comment:
> does maven have a similar solution?
Let me investigate
--
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]