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

#10275 - fix NullPointerException #10284

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

slessard
Copy link

@slessard slessard commented May 8, 2024

Fix NullPointerException when trying to add the vector's class name to the message for an UnsupportedOperationException.

This PR will handle the case where value is null. This fixes the NullPointerException I reported in issue #10275. Still, I suspect there is a larger issue at play. I suspect there is supposed to be some kind of ArrowVectorAccessor class for accessing null values.

Please see the bug report #10275 for additional context and details

Fix NullPointerException when trying to add the vector's class name to the message for an UnsupportedOperationException
build.gradle Outdated Show resolved Hide resolved
@nastra
Copy link
Contributor

nastra commented May 9, 2024

I think it would be good to add a test that reproduces the issue you described in TestParquetVectorizedReads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants