Abacn commented on code in PR #29127:
URL: https://github.com/apache/beam/pull/29127#discussion_r1370878637


##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableTestUtils.java:
##########
@@ -144,4 +146,24 @@ private static Cell createCell(ByteString value, long 
timestamp, String... label
     }
     return builder.build();
   }
+
+  public static BigtableIO.ReadChangeStream buildTestPipelineInput(

Review Comment:
   if this is the only method that 
org.apache.beam.sdk.io.gcp.bigtable.changestreams.it refers to, it is not 
necessary to change the Util to public class. Just spin up the pipeline in 
place or create BigtableChangeStreamTestUtils in the changestream package.



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