Describe the bug

No response

To Reproduce

select array[1]::int[] || array[1.2]::numeric[];
select 1::int || array[1.2]::numeric[];
select array[1.2]::numeric[] || 1::int;

Expected behavior

Should successfully concatenate the two arrays.

Additional context

https://github.com/risingwavelabs/risingwave/pull/5060#discussion_r961402491

0

PR is merged and issue is finished. Thank you very much for you help @xiangjinwu

0
© 2022 pullanswer.com - All rights reserved.