Abacn commented on issue #30606: URL: https://github.com/apache/beam/issues/30606#issuecomment-2501508142
It's due to ZetaSQL. Taking an example job id `2024-11-26_02_24_36-1437416076296126678`, the test is supposed to run on Java11 <img width="625" alt="image" src="https://github.com/user-attachments/assets/95011507-be0b-4e5a-af81-623c364a5fac"> However, the error ``` Caused by: java.lang.NoSuchMethodError: java.util.Map.entry(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map$Entry; at com.google.zetasql.Type.<clinit>(Type.java:55) at com.google.zetasql.TypeFactory$1.apply(TypeFactory.java:123) ``` indicates the worker container is actually 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]
