You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rationale: don't use panic! directly (though the caller of this function still calls unwrap() so I am not sure how much of an improvement this change really is. However it sets us up for a more safe future eventually
Background:
Left over cleanups suggested by from @sunchao on ARROW-11504: [Rust] Added checks to List DataType. #9425
Broken out from ARROW-11504: [Rust] Added checks to List DataType (WIP IMPROVEMENTS) #9508
Rationale:
Rationale: don't use panic! directly (though the caller of this function still calls
unwrap()so I am not sure how much of an improvement this change really is. However it sets us up for a moresafefuture eventuallyReporter: Andrew Lamb / @alamb
Assignee: Andrew Lamb / @alamb
PRs and other links:
Note: This issue was originally created as ARROW-11952. Please see the migration documentation for further details.