kitta65 / prettier-plugin-bq

Prettier plugin for GoogleSQL
MIT License
18 stars 1 forks source link

cannot format `with offset` clause #427

Closed kitta65 closed 2 months ago

kitta65 commented 2 months ago
with temp as (
  select array<int64>[1, 2] arr
)

select *
from temp, temp.arr with offset
;
kitta65 commented 2 months ago

https://github.com/kitta65/bq2cst/commit/df21cd9c4048bc86d801fb75f81354ece910cf7d