Skip to content

[GLUTEN-12449] Remove unsupported functions in ArrowWritableColumnVector#12450

Merged
rui-mo merged 1 commit into
apache:mainfrom
wecharyu:fix_arrow_gets
Jul 9, 2026
Merged

[GLUTEN-12449] Remove unsupported functions in ArrowWritableColumnVector#12450
rui-mo merged 1 commit into
apache:mainfrom
wecharyu:fix_arrow_gets

Conversation

@wecharyu

@wecharyu wecharyu commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

What changes are proposed in this pull request?

ArrowWritableColumnVector overwrite getXXXs() functions by accessor.getXXXs(), but no accessor implement such functions, so it would cause UnsupportedOperationException.

In this PR we remove these unsupported functions to fix #12449.

How was this patch tested?

Add UT.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions Bot added the VELOX label Jul 5, 2026
@wecharyu

wecharyu commented Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

@rui-mo Could you help take a look? Thanks!

@rui-mo rui-mo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@rui-mo rui-mo merged commit 268ae68 into apache:main Jul 9, 2026
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ArrowWritableColumnVector.getLongs throw UnsupportedOperationException

2 participants