Skip to content

fix: generated of expression having => - #252

Merged
nielm merged 1 commit into
cloudspannerecosystem:mainfrom
gurminder71:main
Aug 20, 2026
Merged

fix: generated of expression having =>#252
nielm merged 1 commit into
cloudspannerecosystem:mainfrom
gurminder71:main

Conversation

@gurminder71

Copy link
Copy Markdown
Contributor

There a table column defined as:

CREATE TABLE tab1 (
  name_tokens TOKENLIST AS (TOKENIZE_NGRAMS(domain, ngram_size_min => 2, ngram_size_max => 12)) HIDDEN,

The delta generation is converting => to = > which is rejected by Spanner

@nielm
nielm merged commit ba098ca into cloudspannerecosystem:main Aug 20, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants