jinseopkim0 opened a new issue, #35560:
URL: https://github.com/apache/beam/issues/35560

   ### What happened?
   
   https://github.com/apache/beam/pull/35175 was drafted to check compatibility 
of the candidate versions of LTS 9. Test failures show that a dependency 
conflict was encountered related to the `GoogleCloudStorageImpl` class in the 
`sdks:java:extensions:google-cloud-platform-core` module.
   
   ```
   > Task :sdks:java:extensions:google-cloud-platform-core:compileJava
   
/runner/_work/beam/beam/sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/extensions/gcp/util/GcsUtil.java:745:
 error: constructor GoogleCloudStorageImpl in class GoogleCloudStorageImpl 
cannot be applied to given types;
   return new GoogleCloudStorageImpl(options, storage, credentials);
   ^
   required: 
GoogleCloudStorageOptions,Credentials,HttpTransport,HttpRequestInitializer,Function<List<AccessBoundary>,String>
   found: GoogleCloudStorageOptions,Storage,Credentials
   reason: actual and formal argument lists differ in length
   ```
   
   This issue needs to be addressed to ensure compatibility with LTS 9 
libraries.
   
   ### Issue Failure
   
   Failure: Test is continually failing
   
   ### Issue Priority
   
   Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be 
sure the product is healthy)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [x] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam YAML
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Infrastructure
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to