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


   > 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?
   
   Thanks for pointing out! Pushed a commit to fix those.
   
   > 
   > Also, it seems there are some merge conflicts. Can you fix that as well?
   
   Done. 
   
   > 
   > The last thing to figure out is how to address Reuven's comment regarding 
stable input
   
   Based on my understanding Dataflow currently doesn't do anything for 
@RequiresStableInputs so it may be considered as safe for now but if we add 
naive support like a Reshuffle it would be adding duplicated shuffles. How 
about adding a TODO here so we don't forget?
   


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