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
Panic: CorrelatedInputRef { index: 0, correlated_id: 0 } has not been decorrelated
To Reproduce
CREATE TABLE IF NOT EXISTS array_types (
x BIGINT[],
);
SELECT array(
(
SELECT t0.x[coalesce(nullif(anon_2 % cardinality(t0.x), 0), cardinality(t0.x))] AS anon_1
FROM generate_series(1, 1 * cardinality(t0.x)) AS anon_2
)
) AS repeated
FROM array_types AS t0;
Expected behavior
At least not panic
How did you deploy RisingWave?
Any deployment.
The version of RisingWave
Recentest main.
Additional context
No response
The text was updated successfully, but these errors were encountered:
xxchan
changed the title
bug(frontend): CorrelatedInputRef has not been decorrelated
bug(frontend): CorrelatedInputRef has not been decorrelated in ArraySubquery
Jan 9, 2024
Describe the bug
No response
Error message/log
To Reproduce
Expected behavior
At least not panic
How did you deploy RisingWave?
Any deployment.
The version of RisingWave
Recentest main.
Additional context
No response
The text was updated successfully, but these errors were encountered: