-
Bug
-
Resolution: Done
-
Major
-
None
-
None
For example the query:
select string_agg(col, ',') from (select cast(null as string) as col) x
Should return null rather than an empty string.
For example the query:
select string_agg(col, ',') from (select cast(null as string) as col) x
Should return null rather than an empty string.