-
Notifications
You must be signed in to change notification settings - Fork 17
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 STORED columns in SEARCH INDEX causes exception #118
Comments
nielm
added a commit
to nielm/spanner-schema-diff-tool
that referenced
this issue
Jun 19, 2024
nielm
added a commit
that referenced
this issue
Jun 19, 2024
Sorry for the bug - and the delay! Fixed in 1.22.2 |
nielm
added a commit
to nielm/spanner-schema-diff-tool
that referenced
this issue
Jun 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The STORED columns are optional. If those columns are missing, it causes exception because of
getChildByType(original.children, ASTstored_column_list.class).getStoredColumns()
.Fix is:
The text was updated successfully, but these errors were encountered: