LuciferYang commented on PR #41282: URL: https://github.com/apache/spark/pull/41282#issuecomment-1562927992
@dongjoon-hyun I have updated the PR description, is it clear? Do you have any better suggestions? Of course, there are other ways to work around even without making any code changes: Maven: manual clean hive module before test ``` build/mvn clean install -DskipTests build/mvn clean -pl sql/hive build/mvn test -pl connector/connect/client/jvm ``` SBT: always test `connect-client-jvm` with clean `build/sbt "connect-client-jvm/test"` -- 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]
