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

JNI Avoid NPE for reading host binary data #11865

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

revans2
Copy link
Contributor

@revans2 revans2 commented Oct 5, 2022

Description

This avoids a potential null pointer exception when trying to read byte data from an empty column

Checklist

  • I am familiar with the Contributing Guidelines.
  • [] New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@revans2 revans2 added bug Something isn't working 3 - Ready for Review Ready for review by team Java Affects Java cuDF API. Spark Functionality that helps Spark RAPIDS non-breaking Non-breaking change labels Oct 5, 2022
@revans2 revans2 self-assigned this Oct 5, 2022
@revans2 revans2 requested a review from a team as a code owner October 5, 2022 17:12
@codecov
Copy link

codecov bot commented Oct 5, 2022

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.12@b8ab576). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@               Coverage Diff               @@
##             branch-22.12   #11865   +/-   ##
===============================================
  Coverage                ?   87.52%           
===============================================
  Files                   ?      133           
  Lines                   ?    21807           
  Branches                ?        0           
===============================================
  Hits                    ?    19087           
  Misses                  ?     2720           
  Partials                ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@revans2
Copy link
Contributor Author

revans2 commented Oct 5, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 001aede into rapidsai:branch-22.12 Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working Java Affects Java cuDF API. non-breaking Non-breaking change Spark Functionality that helps Spark RAPIDS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants