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
Describe the bug
BigQuery uses angle brackets for type declarations. We treat it like ltgt, with extra whitespace (and worst-case, line breaks like operators)
To Reproduce
SELECT ARRAY<FLOAT64>[1, 2, 3] as floats
Expected behavior
select array<float64> [1, 2, 3] as floats
Actual behavior
select array < float64 > [1, 2, 3] as floats
Additional context
What is the output of sqlfmt --version?
The text was updated successfully, but these errors were encountered:
Describe the bug
BigQuery uses angle brackets for type declarations. We treat it like
lt
gt
, with extra whitespace (and worst-case, line breaks like operators)To Reproduce
Expected behavior
Actual behavior
Additional context
What is the output of
sqlfmt --version
?The text was updated successfully, but these errors were encountered: