PR: https://github.com/apache/beam/pull/12083
Java ("Run Java PreCommit") is failing - https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/12011/ When I dug into the console log and found the error details: https://screenshot.googleplex.com/EJkhH9Bq8en *15:14:55* /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Commit/src/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java:709: error: cannot find symbol*15:14:55* public abstract static class TypedRead<T> extends PTransform<PBegin, PCollection<T>> { I actually don't modify BigQuery.java in my PR <https://github.com/apache/beam/pull/12083/files>, but I do modify other files in the same folder. PTransform looks like it is imported properly in that file as well. Thanks for taking a look, any ideas would be appreciated :)