aIbrahiim commented on PR #39205:
URL: https://github.com/apache/beam/pull/39205#issuecomment-4904118703
I investigated the PerformanceTests xlang KafkaIO Python failures and the
issue is that the Java expansion service is starting on Java 11, but after
#39052 added Delta Lake it needs Java 17+ so that’s why we’re seeing
UnsupportedClassVersionError on DeltaReadSchemaTransformProvider so I did a
small fix on my side by setting JAVA_HOME to Java 17 for the integration test
step but then I checked this PR and realized you’re already handling the same
workflow here by moving to java-version: default (Java 21) so this should fix
that failure too @Abacn
--
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]