Skip to content

Commit ae2bc13

Browse files
committed
---
yaml --- r: 6447 b: refs/heads/tswast-patch-1 c: 50d381f h: refs/heads/master i: 6445: f2ea3e2 6443: 951a890 6439: 16690c2 6431: e2770b8
1 parent e3a7d7d commit ae2bc13

4 files changed

Lines changed: 4 additions & 210 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: d2f0a821eaf9690401af6ce562bfcd83c63200b2
60+
refs/heads/tswast-patch-1: 50d381fe24952c775cbed6f9f7afb06a0c7ee6a9
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery/TableRow.java

Lines changed: 0 additions & 104 deletions
This file was deleted.

branches/tswast-patch-1/gcloud-java-bigquery/src/test/java/com/google/gcloud/bigquery/SerializationTest.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,8 @@ public class SerializationTest {
184184
private static final Map<Long, List<BigQueryError>> ERRORS_MAP =
185185
ImmutableMap.<Long, List<BigQueryError>>of(0L, ImmutableList.of(BIGQUERY_ERROR));
186186
private static final InsertAllResponse INSERT_ALL_RESPONSE = new InsertAllResponse(ERRORS_MAP);
187-
private static final FieldValue FIELD_VALUE = new FieldValue(FieldValue.Attribute.PRIMITIVE, "value");
188-
private static final TableRow TABLE_ROW = new TableRow.Builder()
189-
.addValue(FIELD_VALUE)
190-
.build();
187+
private static final FieldValue FIELD_VALUE =
188+
new FieldValue(FieldValue.Attribute.PRIMITIVE, "value");
191189

192190
@Test
193191
public void testServiceOptions() throws Exception {
@@ -214,7 +212,7 @@ public void testModelAndRequests() throws Exception {
214212
TABLE_SCHEMA, TABLE_INFO, VIEW_INFO, EXTERNAL_TABLE_INFO, INLINE_FUNCTION, URI_FUNCTION,
215213
JOB_STATISTICS, EXTRACT_STATISTICS, LOAD_STATISTICS, QUERY_STATISTICS, BIGQUERY_ERROR,
216214
JOB_STATUS, JOB_ID, COPY_JOB, EXTRACT_JOB, LOAD_JOB, QUERY_JOB, INSERT_ALL_REQUEST,
217-
INSERT_ALL_RESPONSE, FIELD_VALUE, TABLE_ROW};
215+
INSERT_ALL_RESPONSE, FIELD_VALUE};
218216
for (Serializable obj : objects) {
219217
Object copy = serializeAndDeserialize(obj);
220218
assertEquals(obj, obj);

branches/tswast-patch-1/gcloud-java-bigquery/src/test/java/com/google/gcloud/bigquery/TableRowTest.java

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)