Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Done
-
0.12.0
-
None
-
None
Description
Similar to ARROW-694, this is an umbrella issue for supporting reading JSON line-delimited files in Arrow.
I have a reference implementation at https://github.com/nevi-me/rust-dataframe/blob/io/json/src/io/json.rs where I'm building a Rust-based dataframe library using Arrow.
I'd like us to have feature parity with CPP at some point.
Attachments
1.
|
[Rust] Add basic JSON reader | Resolved | Neville Dipale |
|
||||||||
2.
|
[Rust] Read nested JSON structs into StructArrays | Resolved | Neville Dipale |
|
||||||||
3.
|
[Rust] Preserve order of JSON inferred schema | Resolved | Neville Dipale |
|
||||||||
4.
|
[Rust] Read temporal values from JSON | Closed | Unassigned | |||||||||
5.
|
[Rust] Support to read JSON into dictionary type | Resolved | Unassigned |
|
||||||||
6.
|
[Rust] Support reading nested JSON lists | Resolved | Neville Dipale |
|
||||||||
7.
|
[Rust] Extend JSON schema inference to nested types | Closed | QP Hou |