MiguelAnzoWizeline commented on pull request #14586: URL: https://github.com/apache/beam/pull/14586#issuecomment-876527868
Hi, Im constantly getting this error when running the Java PreCommit: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_SQL_Java11_Commit/src/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOStorageQueryTest.java:642: error: no suitable method found for create(String,StaticValueProvider<String>,boolean,boolean,QueryPriority,<null>,<null>,<null>,TableRowParser,TableRowJsonCoder,FakeBigQueryServices) But if we go to that line in the changes made in this [pull request](https://github.com/apache/beam/blob/111a4b4e6611b44934409f0983a99165efcb7d60/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOStorageQueryTest.java#L642) we can see that it is not the same as the method call in the error in terms of number of arguments. Is there any possibility that the check is not running with the same code as the last commit made? I have been also trying to replicate this locally both running the specific compileTestJava check and the precommit and locally is always passing. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
