krickert commented on PR #11997: URL: https://github.com/apache/gravitino/pull/11997#issuecomment-4957794156
The JDK 17 `build` failure is unrelated to this PR. `:catalogs:catalog-jdbc-doris:test` failed during `TestDorisDatabaseOperations` initialization because Docker Compose could not pull `apache/gravitino-ci:doris-0.1.5` from Docker Hub: ``` Head "https://registry-1.docker.io/v2/apache/gravitino-ci/manifests/doris-0.1.5": Get "https://auth.docker.io/token?...": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) ``` This PR does not change any Doris catalog code. Compile/publish succeeded; only the Doris Testcontainers startup hit a transient registry timeout. A re-run of `build (17)` should clear it. I was able to update the branch cleanly - hope this greenlights the build -- 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]
