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

[BEAM-9353] Fix bytebuddy nullable #10926

Merged
merged 1 commit into from
Feb 24, 2020

Conversation

reuvenlax
Copy link
Contributor

@reuvenlax reuvenlax commented Feb 21, 2020

This fixes NullPointerExceptions thrown when a Row with null values is converted to a Java type. The ByteBuddy generated code now checks for null values and properly handles them by returning null.

R: @rezarokni
R: @alexvanboxel

@reuvenlax
Copy link
Contributor Author

Run Java PreCommit

1 similar comment
@reuvenlax
Copy link
Contributor Author

Run Java PreCommit

Copy link
Contributor

@alexvanboxel alexvanboxel left a comment

Choose a reason for hiding this comment

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

OK, I tried to understand it... but too be truthful this is something I need to gain some hands-on experience with (it's certainly a useful skillset to gain).

So, I've confirmed that tests are added for the functionality.

LGTM, after squash commit and decent commit message.

@rezarokni
Copy link
Contributor

Yes this fixed the bug thanx!
LGTM

@reuvenlax reuvenlax merged commit 16fa12c into apache:master Feb 24, 2020
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.

3 participants