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

NullPointerException in StreamingRow.getCell when policy is RETURN_BLANK_AS_NULL #85

Closed
rvdwenden opened this issue Apr 21, 2017 · 0 comments

Comments

@rvdwenden
Copy link
Contributor

at line #158 We got a NPE, because cell==null.

Possible solution: there should be an extra check for null (just like in the 'true' part of the if statement) and
and return the appropiate result.

version used: 1.1.0

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

No branches or pull requests

2 participants