Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Failing Test]: GoogleCloudStorageImpl constructor mismatch in GcsUtil #35560

@jinseopkim0

Description

@jinseopkim0

What happened?

#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
  • 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions