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

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

                Author: ASF GitHub Bot
            Created on: 16/Jul/21 05:19
            Start Date: 16/Jul/21 05:19
    Worklog Time Spent: 10m 
      Work Description: ihji commented on a change in pull request #15013:
URL: https://github.com/apache/beam/pull/15013#discussion_r670972421



##########
File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java
##########
@@ -844,6 +903,7 @@ public void deleteDataset(String projectId, String 
datasetId)
                 + "as many elements as rowList");
       }
 
+      final Set<Integer> failedIndices = new HashSet<>();

Review comment:
       500 elements should be fine. Thanks for the explanation.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 623423)
    Time Spent: 2h  (was: 1h 50m)

> BigQueryIO should return successfully inserted rows
> ---------------------------------------------------
>
>                 Key: BEAM-12497
>                 URL: https://issues.apache.org/jira/browse/BEAM-12497
>             Project: Beam
>          Issue Type: Bug
>          Components: io-java-gcp
>            Reporter: Pablo Estrada
>            Assignee: Pablo Estrada
>            Priority: P2
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> As part of a CDC use case, we want to be able to receive rows AFTER they've 
> been successfully inserted.



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

Reply via email to