apupier commented on PR #5451: URL: https://github.com/apache/linkis/pull/5451#issuecomment-4854352158
all the failures are unrelated to my changes: ``` [07105](https://github.com/apache/linkis/actions/runs/28510646714/job/84509860685?pr=5451#step:5:107106) Error: Failed to execute goal on project linkis-dist: Could not resolve dependencies for project org.apache.linkis:linkis-dist:pom:1.9.0-spark3: The following artifacts could not be resolved: org.apache.hadoop:hadoop-hdfs-client:jar:2.7.2 (absent): Could not find artifact org.apache.hadoop:hadoop-hdfs-client:jar:2.7.2 in central (https://repo.maven.apache.org/maven2) -> [Help 1] ``` ``` 2026-07-01T10:39:11.0062869Z [ERROR] Failed to execute goal on project linkis-dist: Could not resolve dependencies for project org.apache.linkis:linkis-dist:pom:1.9.0: The following artifacts could not be resolved: org.apache.hadoop:hadoop-hdfs-client:jar:2.7.2 (absent): Could not find artifact org.apache.hadoop:hadoop-hdfs-client:jar:2.7.2 in central (https://repo.maven.apache.org/maven2) -> [Help 1] ``` ``` Error: Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.24.1:check (default-cli) on project linkis-eureka: The following files had format violations: Error: src/main/java/org/apache/linkis/eureka/EurekaSecurityConfig.java Error: @@ -17,14 +17,15 @@ Error: Error: package·org.apache.linkis.eureka; Error: Error: -import·org.slf4j.Logger; Error: -import·org.slf4j.LoggerFactory; Error: import·org.springframework.beans.factory.annotation.Value; Error: import·org.springframework.context.annotation.Bean; Error: import·org.springframework.context.annotation.Configuration; Error: import·org.springframework.security.config.annotation.web.builders.HttpSecurity; Error: import·org.springframework.security.web.SecurityFilterChain; Error: Error: +import·org.slf4j.Logger; Error: +import·org.slf4j.LoggerFactory; Error: + Error: @Configuration Error: public·class·EurekaSecurityConfig·{ Error: Error: Run 'mvn spotless:apply' to fix these violations. ``` ``` ERROR 1136 (21S01) at line 670 in file: './linkis-dist/package/db/linkis_dml.sql': Column count doesn't match value count at row 11 ``` -- 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]
