damccorm commented on code in PR #34078:
URL: https://github.com/apache/beam/pull/34078#discussion_r1971729961


##########
it/google-cloud-platform/src/test/java/org/apache/beam/it/gcp/bigquery/BigQueryIOST.java:
##########
@@ -296,11 +297,10 @@ private void 
generateDataAndWrite(BigQueryIO.Write<byte[]> writeIO) throws IOExc
                 .withSchema(schema)
                 
.withCustomGcsTempLocation(ValueProvider.StaticValueProvider.of(tempLocation)));
 
-    String runnerV2Experiment = "use_runner_v2";
     String experiments =
         configuration.writeMethod.equals(STORAGE_API_AT_LEAST_ONCE_METHOD)
-            ? runnerV2Experiment + ",streaming_mode_at_least_once"
-            : runnerV2Experiment;
+            ? GcpOptions.STREAMING_ENGINE_EXPERIMENT + 
",streaming_mode_at_least_once"
+            : GcpOptions.STREAMING_ENGINE_EXPERIMENT;

Review Comment:
   I think it would be better to leave this on runner v2 since that is 
ultimately the thing that we want to work better in the long run. If we need to 
reduce the volume of data in this test, I think that would be better



-- 
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]

Reply via email to