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

UNNEST doesn't work for duplicated arrays #14410

Open
viczhang861 opened this issue Apr 19, 2020 · 1 comment
Open

UNNEST doesn't work for duplicated arrays #14410

viczhang861 opened this issue Apr 19, 2020 · 1 comment

Comments

@viczhang861
Copy link
Contributor

In v0.233, below query triggers an internal error
SELECT * FROM ( VALUES 'v0.233' ) t1 CROSS JOIN UNNEST(ARRAY['A', 'B', 'C'], ARRAY['A', 'B', 'C']) t2 (c1, c2)

(GENERIC_INTERNAL_ERROR) Multiple entries with same key: expr_4=[field_2] and expr_4=[field_1]

@viczhang861 viczhang861 changed the title UNNEST doesn't for duplicated arrays UNNEST doesn't work for duplicated arrays Apr 19, 2020
@mbasmanova
Copy link
Contributor

CC: @yingsu00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants