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
createfunctionas2 ( int[] ) returns bigint language sql as'select array_sum($1)';
select aggregate:as2(a) from (values (1), (2)) t(a);
output:
ERROR: Failed to run the query
Caused by these errors (recent errors listed first):
1: failed to build executor
2: Expr error
3: Failed to decode prost: field not found `identifier`
expected:
3
The text was updated successfully, but these errors were encountered:
Describe the bug
output:
expected:
The text was updated successfully, but these errors were encountered: