pabloem commented on pull request #13496:
URL: https://github.com/apache/beam/pull/13496#issuecomment-768615727


   There are a couple checkstyle warnings on Precommit:
   
   ```
   [ant:checkstyle] [ERROR] 
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Phrase/src/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BatchedStreamingWrite.java:85:24:
 Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. [MemberName] |  
     | [ant:checkstyle] [ERROR] 
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Phrase/src/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BatchedStreamingWrite.java:279:28:
 Name 'BATCH_MAX_BUFFERING_DURATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 
[MemberName]
   ```
   
   These mean that the variables should be static to have CAPITALIZED_NAMES, or 
should be named with camelCase if they are not static. Can you fix that?
   
   Also, it seems there are some merge conflicts. Can you fix that as well?
   
   The last thing to figure out is how to address Reuven's comment regarding 
stable input


----------------------------------------------------------------
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:
[email protected]


Reply via email to