Missing 'mode' in table scheme#1219
Missing 'mode' in table scheme#1219tseaver merged 2 commits intogoogleapis:masterfrom silentsokolov:missing-mode-in-table
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
I signed it! |
|
CLAs look good, thanks! |
|
Thanks for the patch! Can you please add a testcase exercising the missing |
|
Done |
|
Thanks very much! |
Missing 'mode' in table scheme
|
w00t! Thanks a lot @silentsokolov |
The mtls showcase_mtls and showcase_mtls_alternative_templates tests have started timing out in CI and are blocking PRs. Disable them until further notice. See #1218 for details.
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
If the table has been created through the web UI and set mode for field
NULLABLE, themodein API will not be returnedRequest:
Response:
{ "schema": { "fields": [{ "name": "redate", "type": "TIMESTAMP" }, { "name": "bar", "type": "RECORD", "fields": [{ "name": "foo", "type": "STRING" }] }] } }