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
tobiasheldring
changed the title
BigQuery: Support math operation together with array access
[BigQuery] Support math operation together with array access
Dec 16, 2024
Describe the bug
Bigquery should support math operations together with array access eg.
my_array[0] / 100
. Now an error is received eg.Database Engine
BigQuery
To Reproduce
Add the following test case to BigQuery.spec,.js
I also tested this with Postgres parser where it seems to work fine
The text was updated successfully, but these errors were encountered: