Abacn commented on issue #34625:
URL: https://github.com/apache/beam/issues/34625#issuecomment-2828471752

   vendor grpc 1.69.0 was introduced in Beam 2.63.0, which explains 2.62.0 
works fine
   
   > java.lang.NoSuchMethodError: 'java.lang.String 
org.apache.beam.sdk.util.construction.BeamUrns.getUrn(org.apache.beam.vendor.grpc.v1p60p1.com.google.protobuf.ProtocolMessageEnum)'
   
   
   This is due to mixed dependency, specifically some of your dependency (the 
caller of BeamUrns.getUrn) is on old Beam version, why other dependencies (at 
least org.apache.beam.sdk.util.construction) is on newer Beam version. Please 
check your project settings to make sure all Beam dependencies are in the same 
verison
   
   Let me close this issue for now.


-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to