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

   many tests failing in ':runners:direct-java:needsRunnerTests' target due to
   
   ```
   java.lang.NoClassDefFoundError: org/antlr/v4/runtime/CharStream
        at 
org.apache.beam.sdk.schemas.FieldAccessDescriptor.withFieldNames(FieldAccessDescriptor.java:187)
        at 
org.apache.beam.sdk.schemas.FieldAccessDescriptor.withFieldNames(FieldAccessDescriptor.java:174)
   ```
   
   checked that the same test, if running under ':runners:direct-java:test', 
will pass.
   
   The reason it failed is because the tests running on unshaded compiled class 
(haven't redirect antlr yet)


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