[GitHub] [arrow] nevi-me commented on a change in pull request #8788: ARROW-4544: [Rust] JSON nested struct reader

2020-11-28 Thread GitBox
nevi-me commented on a change in pull request #8788: URL: https://github.com/apache/arrow/pull/8788#discussion_r532161786 ## File path: rust/arrow/test/data/nested_structs.json ## @@ -0,0 +1,4 @@ +{"a": {"b": true, "c": {"d": "text"}}} Review comment: I opened https://i

[GitHub] [arrow] nevi-me commented on a change in pull request #8788: ARROW-4544: [Rust] JSON nested struct reader

2020-11-27 Thread GitBox
nevi-me commented on a change in pull request #8788: URL: https://github.com/apache/arrow/pull/8788#discussion_r531799717 ## File path: rust/arrow/src/json/reader.rs ## @@ -1022,6 +846,228 @@ impl Reader { Ok(Arc::new(builder.finish())) } +fn build_struct_ar