kennknowles commented on PR #33858:
URL: https://github.com/apache/beam/pull/33858#issuecomment-2755757102

   From a fresh checkout I'm getting:
   
   ```
   > Task :model:pipeline:compileJava
   
/Users/klk/GitHub/apache/beam-clean/model/pipeline/build/generated/source/proto/main/grpc/org/apache/beam/model/pipeline/v1/TestStreamServiceGrpc.java:18:
 error: cannot find symbol
     private static volatile 
io.grpc.MethodDescriptor<org.apache.beam.model.pipeline.v1.RunnerApi.EventsRequest,
                                                                                
                 ^
     symbol:   class EventsRequest
     location: class RunnerApi
   
/Users/klk/GitHub/apache/beam-clean/model/pipeline/build/generated/source/proto/main/grpc/org/apache/beam/model/pipeline/v1/TestStreamServiceGrpc.java:26:
 error: cannot find symbol
     public static 
io.grpc.MethodDescriptor<org.apache.beam.model.pipeline.v1.RunnerApi.EventsRequest,
                                                                                
       ^
     symbol:   class EventsRequest
     location: class RunnerApi
   
/Users/klk/GitHub/apache/beam-clean/model/pipeline/build/generated/source/proto/main/grpc/org/apache/beam/model/pipeline/v1/TestStreamServiceGrpc.java:102:
 error: cannot find symbol
       default void 
events(org.apache.beam.model.pipeline.v1.RunnerApi.EventsRequest request,
                                                                      ^
     symbol:   class EventsRequest
     location: class RunnerApi
   ...
   ```


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