https://github.com/apache/beam/blob/master/sdks/java/extensions/sql/build.gradle#L95
After a glance on sql build code, seems like it does some file copy operations and then compile. It might be the source of race condition. -Rui On Wed, Jan 23, 2019 at 11:17 AM Ruoyun Huang <ruo...@google.com> wrote: > I ran into the same issue. it is flaky, due to some depended package. > > short term solution is to rerun precommit. For me it was gone on second > try. > > On Wed, Jan 23, 2019 at 11:06 AM Alex Amato <ajam...@google.com> wrote: > >> https://jira.apache.org/jira/browse/BEAM-6495?filter=-2 >> >> Any ideas, how this got through the precommit? >> >> > Task :beam-sdks-java-extensions-sql:compileJava FAILED >> >> /usr/local/google/home/ajamato/go/src/ >> github.com/apache/beam/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/JdbcFactory.java:29: >> error: cannot find symbol >> >> import >> org.apache.beam.sdk.extensions.sql.impl.parser.impl.BeamSqlParserImpl; >> >> ^ >> >> symbol: class BeamSqlParserImpl >> >> location: package org.apache.beam.sdk.extensions.sql.impl.parser.impl >> >> 1 error >> >> > > -- > ================ > Ruoyun Huang > >