Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should allow concatenating arrays with compatible types #5100

Closed
stdrc opened this issue Sep 5, 2022 · 1 comment
Closed

Should allow concatenating arrays with compatible types #5100

stdrc opened this issue Sep 5, 2022 · 1 comment
Assignees
Labels
difficulty/medium Issues that need some knowledge of the whole system good first issue Good for newcomers type/bug Something isn't working

Comments

@stdrc
Copy link
Member

stdrc commented Sep 5, 2022

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

#5060 (comment)

@stdrc stdrc added type/bug Something isn't working good first issue Good for newcomers labels Sep 5, 2022
@github-actions github-actions bot added this to the release-0.1.13 milestone Sep 5, 2022
@stdrc stdrc removed this from the release-0.1.13 milestone Sep 5, 2022
@CAJan93 CAJan93 self-assigned this Sep 13, 2022
@skyzh skyzh added the difficulty/medium Issues that need some knowledge of the whole system label Sep 16, 2022
@CAJan93
Copy link
Contributor

CAJan93 commented Sep 30, 2022

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

@CAJan93 CAJan93 closed this as completed Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/medium Issues that need some knowledge of the whole system good first issue Good for newcomers type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants