1 parent c6069a9 commit 1b8f9e3Copy full SHA for 1b8f9e3
1 file changed
java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java
@@ -1354,7 +1354,10 @@ public int hashCode() {
1354
/**
1355
* Sends an insert all request.
1356
*
1357
- * <p>Example of inserting rows into a table without running a load job.
+ * <p>Example of inserting rows into a table without running a load job. To prevent duplicate
1358
+ * rows, this method does not perform automatic retries unless insert IDs are provided. Transient
1359
+ * service errors (such as UNAVAILABLE) may be thrown and should be handled by the caller when
1360
+ * insert IDs are not provided.
1361
1362
* <pre>{@code
1363
* String datasetName = "my_dataset_name";
0 commit comments