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

Throw IndexOutOfBound exception in single column UDTF #12688

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

Sh-Zh-7
Copy link
Contributor

@Sh-Zh-7 Sh-Zh-7 commented Jun 7, 2024

Description

In old UDTF execution framework, if user only pass one column in UDTF, then whatever column index passed in row, the getXXX() method will always return the first column, which can be a little confused.

As contrast, new UDTF execution throws IndexOutOfBound exception when user only pass one column in those UDTF which reference multiple columns.

@JackieTien97 JackieTien97 merged commit 9340708 into apache:master Jun 7, 2024
38 checks passed
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.

2 participants