We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3257ef commit 2544a46Copy full SHA for 2544a46
2 files changed
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 18899622647d733a5fe2e1076f0e20db30f488b4
+refs/heads/master: 72ae1ffadc2a0c056177ff3c0cf563372b94a186
3
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
4
refs/heads/gh-pages: 3e16a39145437096333db5811e5c0292719c1823
5
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
trunk/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableDefinition.java
@@ -147,7 +147,7 @@ B setType(Type type) {
147
* Sets the table schema.
148
*/
149
public B setSchema(Schema schema) {
150
- this.schema = checkNotNull(schema);
+ this.schema = schema;
151
return self();
152
}
153
0 commit comments