wecharyu opened a new pull request, #12450: URL: https://github.com/apache/gluten/pull/12450
## 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 https://github.com/apache/gluten/issues/12449. ## How was this patch tested? Add UT. ## Was this patch authored or co-authored using generative AI tooling? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
