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

fix(starrocks): exp.Array generation, exp.Unnest transpilation #3964

Merged
merged 1 commit into from
Aug 24, 2024

Conversation

VaggelisD
Copy link
Collaborator

@VaggelisD VaggelisD commented Aug 23, 2024

Fixes #3962

This PR adds support for the following:

  • Generation of arrays as [1, 2, 3]
  • Default initialize exp.UNNEST to include "unnest" as the default column alias if not specified
  • LATERAL UNNEST in transforms. unnest_to_explode()

Docs

Starrocks LATERAL Join

@georgesittas georgesittas merged commit c1ac987 into main Aug 24, 2024
6 checks passed
@georgesittas georgesittas deleted the vaggelisd/starrocks_unnest branch August 24, 2024 14:04
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

Successfully merging this pull request may close these issues.

Incorrect translation in table function unnest syntax
2 participants