-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
api: bigquerystorageIssues related to the googleapis/java-bigquerystorage API.Issues related to the googleapis/java-bigquerystorage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-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.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
BigQueryStorage is upstream of BigQuery (BigQuery has a dependency on BigQueryStorage)
However, BigQueryStorage has an implicit dependency on BigQuery (testing dependency):
Lines 151 to 162 in 1fb3fa1
| <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
Labels
api: bigquerystorageIssues related to the googleapis/java-bigquerystorage API.Issues related to the googleapis/java-bigquerystorage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-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.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.