[GitHub] [arrow] nevi-me commented on a change in pull request #9705: ARROW-11365: [Rust] [Parquet] Logical type printer and parser

2021-03-22 Thread GitBox
nevi-me commented on a change in pull request #9705: URL: https://github.com/apache/arrow/pull/9705#discussion_r599118931 ## File path: rust/parquet/src/arrow/schema.rs ## @@ -959,11 +962,14 @@ mod tests { Field::new("boolean", DataType::Boolean, false),

[GitHub] [arrow] nevi-me commented on a change in pull request #9705: ARROW-11365: [Rust] [Parquet] Logical type printer and parser

2021-03-24 Thread GitBox
nevi-me commented on a change in pull request #9705: URL: https://github.com/apache/arrow/pull/9705#discussion_r600400608 ## File path: rust/parquet/src/schema/parser.rs ## @@ -503,6 +675,129 @@ mod tests { assert!(result.is_ok()); } +#[test] +fn test_pa