Skip to content

Commit b2d27d5

Browse files
committed
---
yaml --- r: 1383 b: refs/heads/master c: 50d381f h: refs/heads/master i: 1381: 17100d3 1379: dfd9b87 1375: f6937a9
1 parent 697c573 commit b2d27d5

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: d2f0a821eaf9690401af6ce562bfcd83c63200b2
2+
refs/heads/master: 50d381fe24952c775cbed6f9f7afb06a0c7ee6a9
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: d1b373c30c176edc08692348167bec3a244bb823
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3

trunk/gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery/TableRow.java

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

trunk/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);

trunk/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)