You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/update-datastore/gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery/ExternalDataConfiguration.java
+9-18Lines changed: 9 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -179,8 +179,8 @@ public String compression() {
179
179
* Returns whether BigQuery should allow extra values that are not represented in the table
180
180
* schema. If true, the extra values are ignored. If false, records with extra columns are treated
181
181
* as bad records, and if there are too many bad records, an invalid error is returned in the job
182
-
* result. The default value is false. The value of {@link #format()} determines what BigQuery
183
-
* treats as an extra value.
182
+
* result. The default value is false. The value of {@link #formatOptions()} determines what
Copy file name to clipboardExpand all lines: branches/update-datastore/gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery/FormatOptions.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,8 @@ public boolean equals(Object obj) {
Copy file name to clipboardExpand all lines: branches/update-datastore/gcloud-java-bigquery/src/test/java/com/google/gcloud/bigquery/ExternalDataConfigurationTest.java
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,6 @@ public class ExternalDataConfigurationTest {
0 commit comments