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/autosynth-firestore/google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/LoadConfiguration.java
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,13 @@ interface Builder {
118
118
/** Sets the clustering specification for the destination table. */
119
119
BuildersetClustering(Clusteringclustering);
120
120
121
+
/**
122
+
* If FormatOptions is set to AVRO, you can interpret logical types into their corresponding
123
+
* types (such as TIMESTAMP) instead of only using their raw types (such as INTEGER). The value
Copy file name to clipboardExpand all lines: branches/autosynth-firestore/google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/LoadJobConfiguration.java
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ public final class LoadJobConfiguration extends JobConfiguration implements Load
Copy file name to clipboardExpand all lines: branches/autosynth-firestore/google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/WriteChannelConfiguration.java
+21-2Lines changed: 21 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ public final class WriteChannelConfiguration implements LoadConfiguration, Seria
Copy file name to clipboardExpand all lines: branches/autosynth-firestore/google-cloud-clients/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/LoadJobConfigurationTest.java
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ public class LoadJobConfigurationTest {
Copy file name to clipboardExpand all lines: branches/autosynth-firestore/google-cloud-clients/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/WriteChannelConfigurationTest.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ public class WriteChannelConfigurationTest {
0 commit comments