LuciferYang commented on PR #42518: URL: https://github.com/apache/spark/pull/42518#issuecomment-1695020180
The test failure is not related to the current pr, but the scala format need to be fixed. ``` Run ./dev/lint-scala [info] [launcher] getting org.scala-sbt sbt 1.9.3 (this may take some time)... [info] [launcher] getting Scala 2.12.18 (for sbt)... Scalastyle checks passed. The scalafmt check failed on connector/connect at following occurrences: Requires formatting: CheckConnectJvmClientCompatibility.scala Before submitting your change, please make sure to format your code using the following command: ./build/mvn -Pscala-2.12 scalafmt:format -Dscalafmt.skip=false -Dscalafmt.validateOnly=false -Dscalafmt.changedOnly=false -pl connector/connect/common -pl connector/connect/server -pl connector/connect/client/jvm Error: Process completed with exit code 1. ``` -- 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]
