You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Hello! We've found an obscure select query that the statement parser does not support yet.
Observed behavior
The following evaluates to false:
Expected behavior
Query Statement with multiple hints is recognized as a valid query.
External references such as API reference guides
Spanner queries can have one of each: query, table and join hint preceding SELECT statement.
Any additional information below
We found this when migrating R2DBC driver from a custom statement parser to the connection API one; this test caught the issue.