alamb commented on PR #8324: URL: https://github.com/apache/arrow-rs/pull/8324#issuecomment-3284611054
> > > > @alamb is this really a common pattern? Is there a better way to import just `ArrowError`? Or nobody cares because the crate is anyway super lightweight (with no required dependencies on other crates) If you really need just ArrowError arrow_schema is a fine way to do it I think it is more common to use arrow_schema for ArrowError and DataType I think parquet-variant uses ArrowError at the moment for convenience. Its own error type like `VariantError` probably makes sense long term We could add a `From` impls for ArrowError and it would be pretty easy to switch back and forth -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org