We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39d7dc commit 6e6b187Copy full SHA for 6e6b187
samples/snippets/src/main/java/com/example/bigquery/SimpleApp.java
@@ -69,8 +69,8 @@ public static void simpleApp(String projectId) {
69
throw new RuntimeException("Job no longer exists");
70
} else if (queryJob.getStatus().getExecutionErrors() != null
71
&& queryJob.getStatus().getExecutionErrors().size() > 0) {
72
- // TODO(developer): Handle errors here. Notice that an error do not necessarily mean
73
- // that the job has completed or was unsuccessful.
+ // TODO(developer): Handle errors here. An error here do not necessarily mean that the job
+ // has completed or was unsuccessful.
74
// For more details: https://cloud.google.com/bigquery/troubleshooting-errors
75
throw new RuntimeException("An unhandled error has occurred");
76
}
0 commit comments