datafusion-contrib / orc-rust

Rust implementation of Apache ORC
Apache License 2.0
8 stars 4 forks source link

Tracking issue for error handling #29

Open Jefffrey opened 7 months ago

Jefffrey commented 7 months ago

Minimize use of unwraps in codebase

Errors should make visible to user what failed and at what stage

Jefffrey commented 7 months ago

Mainly to remind myself to keep these principles in mind