[
https://issues.apache.org/jira/browse/CALCITE-6008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jiabao Sun updated CALCITE-6008:
--------------------------------
Affects Version/s: 1.35.0
> ARRAY_AGG should returns ARRAY nullable.
> ----------------------------------------
>
> Key: CALCITE-6008
> URL: https://issues.apache.org/jira/browse/CALCITE-6008
> Project: Calcite
> Issue Type: Bug
> Affects Versions: 1.35.0
> Reporter: Jiabao Sun
> Priority: Major
>
> ARRAY_AGG in BigQuery and Postgres returns NULL if there are zero input rows
> or expression evaluates to NULL for all rows.
> However, it will return `ARRAY<arg0> NOT NULL` in the return type of the
> function definition.
> [https://cloud.google.com/bigquery/docs/reference/standard-sql/aggregate_functions#array_agg]
> [https://www.postgresql.org/docs/8.4/functions-aggregate.html]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)