gohalo commented on issue #72:
URL: https://github.com/apache/hudi-rs/issues/72#issuecomment-2322748195

   Submit a pr, just replaced the anyhow package, but still have some problems 
to fix.
   
   First, how to classified the errors.
   1. User configurations, invalid file/object path, unsupported features.
   2. Communication failed, mostly from the obejct_store crate.
   3. Invalid hoodie table, including file layout, file format, crashed data 
file and so on. Including from parquet arrow crates.
   4. and more.
   
   Second, how to simplify the error generation or mapping process. `thiserror` 
provide many macros for this, such as `error` `from` etc. But still have many 
situation to simplify, through some trait like `Into`.
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to