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

   After this change, Java11 and 17 Example on Dataflow Legacy runner with error
   
   java.lang.RuntimeException: 
org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.util.concurrent.ExecutionError:
 java.lang.UnsupportedClassVersionError: 
org/apache/beam/examples/WindowedWordCount$AddTimestampFn has been compiled by 
a more recent version of the Java Runtime (class file version 55.0), this 
version of the Java Runtime only recognizes class file versions up to 52.0
   
   java.lang.RuntimeException: 
org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.util.concurrent.ExecutionError:
 java.lang.UnsupportedClassVersionError: 
org/apache/beam/examples/WindowedWordCount$AddTimestampFn has been compiled by 
a more recent version of the Java Runtime (class file version 61.0), this 
version of the Java Runtime only recognizes class file versions up to 52.0
   
   this suggests the pipelines are always run on Java8 runtime, likely our 
precommit test never work as intended


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