-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Missing 'mode' in table scheme #1219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing 'mode' in table scheme #1219
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.
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" }] }] } }