-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-11586: [Rust][Datafusion] Remove force unwrap #9479
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9479 +/- ##
==========================================
- Coverage 82.32% 82.31% -0.02%
==========================================
Files 233 234 +1
Lines 54446 54461 +15
==========================================
+ Hits 44823 44828 +5
- Misses 9623 9633 +10
Continue to review full report at Codecov.
|
jorgecarleitao
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know it is draft, but it looks good to me already :)
|
I've un-drafted it. |
Dandandan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 😎
|
Thanks @marcprux |
Fix for https://issues.apache.org/jira/browse/ARROW-11586 Closes apache#9479 from marcprux/patch-3 Authored-by: Marc Prud'hommeaux <[email protected]> Signed-off-by: Andrew Lamb <[email protected]>
Fix for https://issues.apache.org/jira/browse/ARROW-11586 Closes #9479 from marcprux/patch-3 Authored-by: Marc Prud'hommeaux <[email protected]> Signed-off-by: Andrew Lamb <[email protected]>
Fix for https://issues.apache.org/jira/browse/ARROW-11586