Skip to content

Circular Dependency between Java-BigQuery and Java-BigQueryStorage #3157

@lqiu96

Description

@lqiu96

BigQueryStorage is upstream of BigQuery (BigQuery has a dependency on BigQueryStorage)

However, BigQueryStorage has an implicit dependency on BigQuery (testing dependency):

<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.53.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquerystorage</artifactId>
</exclusion>
</exclusions>
</dependency>

This has an implicit circular dependency between the two libraries

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: bigquerystorageIssues related to the googleapis/java-bigquerystorage API.priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions