ahmedabu98 opened a new pull request, #26559: URL: https://github.com/apache/beam/pull/26559
Fixes #26531 The data-loss fix is in #26503. This PR creates a test to make sure this case is covered. Data-loss happened when there were multiple appends to the same stream. This would usually happen with batch writes large enough to go over the append thresholds set here: https://github.com/apache/beam/blob/250488211e5b60ae0f8221b1b3dc6288531f12ee/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryOptions.java#L149-L159 -- 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]
