Abacn commented on code in PR #39052:
URL: https://github.com/apache/beam/pull/39052#discussion_r3520675456
##########
sdks/java/io/expansion-service/build.gradle:
##########
@@ -97,6 +97,7 @@ dependencies {
runtimeOnly project(":sdks:java:io:datadog")
runtimeOnly project(":sdks:java:io:mongodb")
+ runtimeOnly project(":sdks:java:io:delta")
Review Comment:
There are tests using io-expansion service started failing due to that it's
still on Java11
beam_PostCommit_XVR_Flink
https://github.com/apache/beam/actions/runs/28555665426/job/84662439012
```
2026-07-02T00:22:15.3212656Z PASS
2026-07-02T00:22:15.3213209Z ok
github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/jdbc 72.073s
2026-07-02T00:22:49.7211983Z time=2026-07-02T00:22:49.643Z level=INFO
msg="skipping missing expansion service: expansion service labeled \"io\"
failed to start after 30 retries: dial tcp 127.0.0.1:39605: connect: connection
refused"
2026-07-02T00:22:49.7213249Z === RUN TestKafkaIO_BasicReadWrite
2026-07-02T00:22:49.7213733Z --- FAIL: TestKafkaIO_BasicReadWrite (0.00s)
```
Working on moving CI to Java21 by default: #39205 should fix these issues
--
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]