Abacn commented on PR #34970:
URL: https://github.com/apache/beam/pull/34970#issuecomment-2888571696

   Looks like Avro 1.12 dropped Java 8 support:
   
   > Task :sdks:java:extensions:avro:compileTestJava FAILED
   
/runner/_work/beam/beam/sdks/java/extensions/avro/src/test/java/org/apache/beam/sdk/extensions/avro/coders/AvroCoderTest.java:50:
 error: cannot access AvroRuntimeException
   import org.apache.avro.AvroRuntimeException;
                         ^
     bad class file: 
/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.avro/avro/1.12.0/6e692a464b213f6df49f8e3e7fcf42df0dbb7639/avro-1.12.0.jar(org/apache/avro/AvroRuntimeException.class)
       class file has wrong version 55.0, should be 52.0
   
   after this change 
https://github.com/apache/beam/actions/workflows/beam_PreCommit_Java_Spark3_Versions.yml
 started failing due to test cannot be compiled on Java8


-- 
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]

Reply via email to