You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/13 14:07:46 UTC

[GitHub] [beam] johnjcasey commented on a diff in pull request #21813: Enable configuration to avoid successfully written Table Row propagation as part of WriteResult for StreamingInserts

johnjcasey commented on code in PR #21813:
URL: https://github.com/apache/beam/pull/21813#discussion_r920123777


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/WriteResult.java:
##########
@@ -151,7 +151,9 @@ public PCollection<TableDestination> getSuccessfulTableLoads() {
   public PCollection<TableRow> getSuccessfulInserts() {
     if (successfulInserts == null) {
       throw new IllegalStateException(
-          "Retrieving successful inserts is only supported for streaming inserts.");

Review Comment:
   Is there a way to know what the configuration was here, so we can give a more useful error message to the user?



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org