LuciferYang commented on PR #39712: URL: https://github.com/apache/spark/pull/39712#issuecomment-1405514986
> local test > > ``` > build/sbt "sql/package" > build/sbt "connect-client-jvm/package" > build/sbt "connect-client-jvm/testOnly *CompatibilitySuite" > ``` > > The test still failed, did I execute the commands incorrectly? Can you give me a correct? Thanks @zhenlineo when I change `build/sbt "connect-client-jvm/package" ` to `build/sbt "connect-client-jvm/assembly"`, the test can pass. But I think this is not friendly to developers, for maven users, the full modules build and test can be through `mvn clean install` before, but now they need to be build through 'mvn clean install -DskipTests' first, and then test through `mvn test` without `clean`, otherwise `CompatibilitySuite` will fail(I verified this manually). I don't have any good suggestions now, need more time to think about it. cc @srowen @dongjoon-hyun @JoshRosen FYI -- 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]
