Add S3Error#12
Conversation
|
Probably nothing to do here, for now, as the |
|
@houqp im interested in your thoughts on this. should crates such as this have their own errors or should they just reuse datafusion error and result? To me it would seem there is value in changing the signatures for the |
|
I think changing object store interface upstream to make it more generic makes sense, we probably want to use |
|
+1 to use std::error::Error trait instead of io:Error upstream |
|
@seddonm1 would you mind checking this out? |
|
@matthewmturner looks good. I think we should wait for the official release rather than pointing to a commit? |
|
@seddonm1 personally, i wasnt opposed to leaving it like that until the next datafusion release just so we could continue iterating with this included in case it was needed. but i dont have strong feeling on the matter so happy to wait until next release. |
|
@matthewmturner I am ok for you to merge this if we don't publish this crate until the datafusion release and the crate updated? |
|
@seddonm1 absolutely. definitely would not publish with it pointing to a commit. |
Rebase