Abacn commented on code in PR #27322:
URL: https://github.com/apache/beam/pull/27322#discussion_r1253532568
##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableReadSchemaTransformProviderIT.java:
##########
@@ -199,15 +200,15 @@ public List<Row> writeToTable(int numRows) throws
Exception {
expectedRows.add(expectedRow);
}
+ System.out.printf("Finished writing %s rows to table %s", numRows,
tableId);
Review Comment:
Consider use org.slf4j.Logger as it is usually used in both main and 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]