You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/03/29 19:00:34 UTC

[GitHub] [beam] pabloem commented on a change in pull request #14359: fix typo in StorageApiWriteUnshardedRecords.java

pabloem commented on a change in pull request #14359:
URL: https://github.com/apache/beam/pull/14359#discussion_r603539053



##########
File path: sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/StorageApiWriteUnshardedRecords.java
##########
@@ -234,7 +234,7 @@ void flush() throws Exception {
               return RetryType.RETRY_ALL_OPERATIONS;
             },
             response -> {
-              LOG.info("Append to stream " + streamName + " succeded.");
+              LOG.info("Append to stream " + streamName + " succeeded.");

Review comment:
       I wonder if we should instead do something like this:
   
   ```suggestion
                 LOG.info("Append to stream %s succeeded.", streamName);
   ```
   
   Feel free to do or not.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org