datafusion-contrib / datafusion-orc

Implementation of Apache ORC file format use Apache Arrow in-memory format
Apache License 2.0
28 stars 8 forks source link

Tracking issue for error handling #80

Open Jefffrey opened 3 months ago

Jefffrey commented 3 months ago

Minimize use of unwraps in codebase

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

Jefffrey commented 3 months ago

Mainly to remind myself to keep these principles in mind