Skip to content

Commit 2e227b6

Browse files
committed
---
yaml --- r: 1869 b: refs/heads/pubsub-alpha c: 50d381f h: refs/heads/master i: 1867: 02ea8a0
1 parent 6b7ba40 commit 2e227b6

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
@@ -3,7 +3,7 @@ refs/heads/master: 689bbb466df4b2d5d2483d6edb8ac5c7c7f7c6fa
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3
6-
refs/heads/pubsub-alpha: d2f0a821eaf9690401af6ce562bfcd83c63200b2
6+
refs/heads/pubsub-alpha: 50d381fe24952c775cbed6f9f7afb06a0c7ee6a9
77
refs/heads/resource-manager: ebf4adc5ee835cd2086c4ac5b4e78d01a5a005a7
88
refs/heads/update-datastore: 482954f2c5055231e5b3122ea91d2ba00ce8187c
99
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

branches/pubsub-alpha/gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery/TableRow.java

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

branches/pubsub-alpha/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/pubsub-alpha/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)