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

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

                Author: ASF GitHub Bot
            Created on: 24/Feb/21 02:12
            Start Date: 24/Feb/21 02:12
    Worklog Time Spent: 10m 
      Work Description: nehsyc commented on pull request #14033:
URL: https://github.com/apache/beam/pull/14033#issuecomment-784695476


   Thanks for the review!
   
   I got the following lint errors which are supposed to be suppressed. Any 
ideas?
   ```
   17:47:48 ERROR: 
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonLint_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/gcp/bigquery_test.py
 Imports are incorrectly sorted.
   17:47:48 --- 
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonLint_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/gcp/bigquery_test.py:before
   2021-02-23 01:43:30.069624
   17:47:48 +++ 
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonLint_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/gcp/bigquery_test.py:after
    2021-02-23 01:47:43.161598
   17:47:48 @@ -38,6 +38,10 @@
   17:47:48  import mock
   17:47:48  import pytz
   17:47:48  from nose.plugins.attrib import attr
   17:47:48 +# Protect against environments where bigquery library is not 
available.
   17:47:48 +# pylint: disable=wrong-import-order, wrong-import-position
   17:47:48 +from parameterized import param
   17:47:48 +from parameterized import parameterized
   ```


----------------------------------------------------------------
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: 556689)
    Time Spent: 12h 40m  (was: 12.5h)

> GCP BigQuery sink (streaming inserts) 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
>             Fix For: 2.28.0
>
>          Time Spent: 12h 40m
>  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