As the title said, PRQL compiler panics with the given query.
thread 'main' (1646451) panicked at /home/nsc/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prqlc-0.13.7/src/semantic/resolver/transforms.rs:205:72:
called `Result::unwrap()` on an `Err` value: Expr { span: 1:32-33, kind: Literal(Integer(2)), id: 133, ty: int }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
As the title said, PRQL compiler panics with the given query.