fix(spanner): Add ARRAY keywords to keywords#10079
fix(spanner): Add ARRAY keywords to keywords#10079harshachinta merged 6 commits intogoogleapis:mainfrom
Conversation
b472898 to
b547418
Compare
|
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
b547418 to
436fd77
Compare
436fd77 to
7814237
Compare
|
GoogleSQL supported Array functions - https://cloud.google.com/spanner/docs/reference/standard-sql/array_functions |
This list appears to match what I've added in my PR. Is there something else I should add here? |
|
@kai5263499 Please add tests in parse_test.go similar to #9557? |
…ions aren't supported
I added tests. That led me to remove |
Fixes #10078