I've noticed a pattern of fatal warning/errors and they are always the same. If you want to check for yourself, just use this link and go to a few previous builds... it's always the same tests that are failing:
https://builds.apache.org/job/beam_PreCommit_Java_Phrase/1596/java/new/ This is an inventory of the failing tests with always the same error: cannot find symbol RowJson.java:81 org.apache.beam.sdk.util BigQueryIO.java:700 org.apache.beam.sdk.io.gcp.bigquery SpannerIO.java:912 org.apache.beam.sdk.io.gcp.spanner BigQueryIO.java:700 org.apache.beam.sdk.io.gcp.bigquery SpannerIO.java:912 org.apache.beam.sdk.io.gcp.spanner Watch.java:170 org.apache.beam.sdk.transforms For my latest PR, I first go the RowJson error, and after no code change and doing "*Run Java PreCommit*" I got the BigQueryIO one. Anyone know what the reason for this is? This is very tiring, I want to get a green build to call out reviewers, but it's hard with these random failures. _/ _/ Alex Van Boxel
