Commits

Neville Dipale authored 2c5e2642355
ARROW-11365: [Rust] [Parquet] Logical type printer and parser This implements the parser and printer for logical types, allowing us to read and generate the schema in the form `REQUIRED INT32 field_name (INTEGER(16,false))`. Closes #9705 from nevi-me/ARROW-11365 Authored-by: Neville Dipale <nevilledips@gmail.com> Signed-off-by: Neville Dipale <nevilledips@gmail.com>