igorbernstein2 commented on code in PR #16939:
URL: https://github.com/apache/beam/pull/16939#discussion_r873886512
##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableServiceImplTest.java:
##########
@@ -72,6 +90,10 @@ public class BigtableServiceImplTest {
private static final String INSTANCE_ID = "instance";
private static final String TABLE_ID = "table";
+ private static final int SEGMENT_SIZE = 10;
+ private static final long DEFAULT_ROW_SIZE = 1024 * 1024 * 256;
Review Comment:
Do you need to use such large rows for the test?
--
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]