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
WITH xxx AS (
SELECT *,
COALESCE(
(SELECT (value->>'v')::INT
FROM jsonb_array_elements(actions_info) AS elements(value)
WHERE value->>'action' IN ('action-type-a', 'action-type-b')
LIMIT 1),
v2
) AS foo
FROM t
) ...
Describe the bug
No response
Error message/log
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
Self-deployed. Single node
The version of RisingWave
2.0.3
Additional context
Didn't do any scaling operations.
The text was updated successfully, but these errors were encountered: