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

[Feature] EXPLODE function if column the same , should keep result ,It's not a Cartesian product #45729

Open
3 tasks done
Toms1999 opened this issue Dec 20, 2024 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@Toms1999
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

Description

It's not a Cartesian product for the result

Use case

select  e1,e2 from (select 1 ,2 ,3)a1 lateral view explode_split('a,b,c', ',') tmp1 as e1  lateral view explode_split('a,b,c', ',') tmp1 as e2;

a,a
b,b
c,c


Related issues

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@Toms1999 Toms1999 added the kind/feature Categorizes issue or PR as related to a new feature. label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant