shunping commented on PR #34222: URL: https://github.com/apache/beam/pull/34222#issuecomment-2730347590
Thanks for contributing @Suvrat1629. Could you take a look at the failing checks and fix them first? For example, I see some compilation problem in one of them. Thanks! ``` > Task :sdks:java:io:google-cloud-platform:compileJava /runner/_work/beam/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java:1099: warning: [rawtypes] found raw type: List List rawFailedInserts = (List) failedInserts; ^ missing type arguments for generic class List<E> where E is a type-variable: E extends Object declared in interface List /runner/_work/beam/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java:1101: warning: [rawtypes] found raw type: ErrorContainer ErrorContainer rawErrorContainer = (ErrorContainer) errorContainer; ^ missing type arguments for generic class ErrorContainer<T> where T is a type-variable: T extends Object declared in interface ErrorContainer ``` -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org