Skip to content
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

Unsupported hint: SCAN_METHOD #203

Open
mniewrzal opened this issue Jan 8, 2025 · 1 comment · May be fixed by #211
Open

Unsupported hint: SCAN_METHOD #203

mniewrzal opened this issue Jan 8, 2025 · 1 comment · May be fixed by #211

Comments

@mniewrzal
Copy link

I was trying to enforce scan method according to https://cloud.google.com/spanner/docs/sql-best-practices#enforce-scan-method, but emulator doesn't support this hint and returns error.

code = "InvalidArgument", desc = "Unsupported hint: SCAN_METHOD."

The simplest solution would be just to accept such hint and internally do nothing.

schallert added a commit to schallert/cloud-spanner-emulator that referenced this issue Feb 20, 2025
@schallert schallert linked a pull request Feb 20, 2025 that will close this issue
schallert added a commit to schallert/cloud-spanner-emulator that referenced this issue Feb 20, 2025
@aakashanandg
Copy link

Fixes have been implemented and will be included in the next release cycle.

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 a pull request may close this issue.

2 participants