Amar3tto commented on code in PR #39270: URL: https://github.com/apache/beam/pull/39270#discussion_r3561472496
########## it/common/src/main/java/org/apache/beam/it/common/bigquery/BigQueryResourceManager.java: ########## @@ -15,7 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.beam.it.gcp.bigquery; +package org.apache.beam.it.common.bigquery; Review Comment: I moved them so Kafka, Iceberg, and other non-GCP IO tests could reuse the load-test infrastructure without depending on the whole GCP test module. I agree some utilities are still GCP-specific, so keeping them in clearly named `gcp` or `dataflow` packages within `common` may be a better separation. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
