Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed Jul 10, 2020
1 parent 5d7a85f commit 9bc6b96
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -151,7 +151,7 @@ public class ITBigQueryTest {
private static final Field TIMESTAMP_FIELD_SCHEMA =
Field.newBuilder("TimestampField", LegacySQLTypeName.TIMESTAMP)
.setMode(Field.Mode.NULLABLE)
.setDescription("OPTIONS(description=\"An optional INTEGER field\")")
.setDescription("TimestampDescription")
.build();
private static final Field STRING_FIELD_SCHEMA =
Field.newBuilder("StringField", LegacySQLTypeName.STRING)
Expand Down

0 comments on commit 9bc6b96

Please sign in to comment.