suztomo commented on pull request #14527:
URL: https://github.com/apache/beam/pull/14527#issuecomment-819028655


   `:sdks:java:core:compileTestJava` failed:
   
   ```
   
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_SQL_Commit/src/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> |  
     | Note: Some input files use or override a deprecated API. |  
     | Note: Recompile with -Xlint:deprecation for details. |  
     | Note: Some input files use unchecked or unsafe operations. |  
     | Note: Recompile with -Xlint:unchecked for details. |  
     | 1 error
   ```


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