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

   https://github.com/googleapis/java-bigtable/pull/2177 introduced an overload 
method causing
   
   ```
   > Task :sdks:java:io:google-cloud-platform:compileTestJava
       
doReturn(mockBatcher).when(mockBigtableDataClient).newBulkMutationBatcher(any());
                                                         ^
     both method newBulkMutationBatcher(String) in BigtableDataClient and 
method newBulkMutationBatcher(TargetId) in BigtableDataClient match
   ```
   
   fixed the test


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