Commits

Andy Grove authored 885b0075ca5
ARROW-6700: [Rust] [DataFusion] Use new Arrow Parquet reader Replaces the DataFusion Parquet reader with the new Arrow reader in the parquet crate. Closes #5641 from andygrove/ARROW-6700 and squashes the following commits: 1f0e84e6f <Andy Grove> add assertions 819a11f6a <Andy Grove> Address PR feedback 13caadf50 <Neville Dipale> cast binary column to string in sql example 2b5fbd12a <Andy Grove> Remove debug println 1a041e706 <Andy Grove> handle nulls correctly when casting from binary to utf8 a8bf97135 <Andy Grove> Add support to DataFusion for CAST(binary_value AS string) 37f2b0e6f <Neville Dipale> create complex converter for int96, read binary with no logical type as binary ee02fb02e <Andy Grove> temp fix for regressions reading binary columns 6a8064473 <Andy Grove> improve error handling 9a5a6b5a3 <Andy Grove> Int96Converter 5eb4e73c5 <Andy Grove> manual rebase Lead-authored-by: Andy Grove <andygrove73@gmail.com> Co-authored-by: Neville Dipale <nevilledips@gmail.com> Signed-off-by: Andy Grove <andygrove73@gmail.com>