aromanenko-dev commented on pull request #14522:
URL: https://github.com/apache/beam/pull/14522#issuecomment-818848051


   Hmm, seems that we have another issue on master introduced by #14508:
   ```
   > Task :sdks:java:core:compileTestJava
   
/Users/runner/work/beam/beam/sdks/java/core/src/test/java/org/apache/beam/sdk/metrics/MetricsTest.java:450:
 error: incompatible types: inferred type does not conform to lower bound(s)
       assertThat(
                 ^
       inferred: MetricResult<DistributionResult>
       lower bound(s): CAP#1,MetricResult<DistributionResult>
     where CAP#1 is a fresh type-variable:
       CAP#1 extends Object super: MetricResult<DistributionResult> from 
capture of ? super MetricResult<DistributionResult>
     ```
     
     So, I'll merge this one since it's not related.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to