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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]