Commit 72ae1ff
authored
bigquery: allow user to set null schema (googleapis#2510)
Schema can be set to null in a response we get from server.
However, we do not allow the user to set to null,
causing confusion.
This commit fixes this by allowing user to set null schema.
Fixes googleapis#2477.1 parent 1889962 commit 72ae1ff
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments