Commits

Neville Dipale authored 7bd4e73513e
ARROW-7503: [Rust] [Parquet] Fix build failures This replaces the deprecated `Error::description()` with a simpler ToString. I'm not familiar with the `quick-error` crate, but did my best from what I could see on the https://github.com/tailhook/quick-error/commit/b26770f47b34e5be08ecef706e82e2e474074e9e commit that addressed the deprecation warning/error. Closes #6143 from nevi-me/ARROW-7503 and squashes the following commits: 56d750734 <Neville Dipale> address review feedback 86a53a6b9 <Neville Dipale> ARROW-7503: Fix build failures Authored-by: Neville Dipale <nevilledips@gmail.com> Signed-off-by: Neville Dipale <nevilledips@gmail.com>