[ 
https://issues.apache.org/jira/browse/BEAM-11408?focusedWorklogId=543138&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-543138
 ]

ASF GitHub Bot logged work on BEAM-11408:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Jan/21 22:18
            Start Date: 27/Jan/21 22:18
    Worklog Time Spent: 10m 
      Work Description: 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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 543138)
    Time Spent: 2h 50m  (was: 2h 40m)

> GCP BigQuery sink uses runner determined sharding
> -------------------------------------------------
>
>                 Key: BEAM-11408
>                 URL: https://issues.apache.org/jira/browse/BEAM-11408
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-gcp
>            Reporter: Siyuan Chen
>            Assignee: Siyuan Chen
>            Priority: P1
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> Integrate BigQuery sink with shardable `GroupIntoBatches` (BEAM-10475) to 
> allow runner determined dynamic sharding.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to