014-code commented on PR #39237: URL: https://github.com/apache/shardingsphere/pull/39237#issuecomment-5081858270
The `CI / CI` compile failure was caused by a stale `EnumerableInterpretable` call left after merging `master`. I have fixed it in commit `f6b60b9da53` by routing execution through `SQLFederationExecutionPlan.toBindable(...)` and updating the related tests. For `E2E - Agent / Build E2E Image`, the latest failure looks unrelated to this PR's code change. The job failed while building the Docker image at: `FROM eclipse-temurin:21-jdk` with: `Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)` So this appears to be a transient Docker Hub/network failure during base image pull. Please rerun the failed job. Validation completed locally: - `./mvnw.cmd spotless:apply -Pcheck -T1C` - `./mvnw.cmd checkstyle:check -Pcheck -T1C` - `./mvnw.cmd -pl kernel/sql-federation/core -am -DskipITs -Dspotless.skip=true -Dtest=StandardSQLFederationProcessorTest -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false test` - `./mvnw.cmd -B clean install -pl kernel/sql-federation/core -am -DskipTests -Prelease,default-dep` - `./mvnw.cmd -B clean install -DskipTests -Prelease,default-dep` Related issue: #39120 -- 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]
