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
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
partiql ▶ (false, 1) = (SELECT a, b FROM T);
e: [semantic] Degree of scalar subquery must be 1 (one). Actual degree: 2.
Failed with given input. Please see the above errors.
Expected Behavior
< A clear and concise description of what you expected to happen. >