What happened?
Rust panic on SQL query.
Source from ClickHouse fuzzer (the query might not even be a valid SQL query, let alone valid PRQL)
Tested 0.9.5 (CH version), 0.11.3 and the playground and both fail with the query:
SELECT id FROM distributed_test_table GROUP BY x -> concat(concat(materialize(toNullable(NULL)))) LIMIT 3
Seems like the lambda makes panic.
PRQL input
SQL output
A compiler bug was encountered
Expected SQL output
MVCE confirmation
Anything else?
No response
What happened?
Rust panic on SQL query.
Source from ClickHouse fuzzer (the query might not even be a valid SQL query, let alone valid PRQL)
Tested 0.9.5 (CH version), 0.11.3 and the playground and both fail with the query:
Seems like the lambda makes panic.
PRQL input
SQL output
Expected SQL output
MVCE confirmation
Anything else?
No response