-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Support for reading JSON Array to Arrow #4905
Copy link
Copy link
Closed
Labels
arrowChanges to the arrow crateChanges to the arrow cratequestionFurther information is requestedFurther information is requested
Description
Which part is this question about
Reading from JSON to Arrow (arrow_json::reader module)
Describe your question
arrow_json::reader mentions
This JSON reader allows JSON line-delimited files to be read into the Arrow memory model...
I'm curious as to why does the reader not support Array JSON type ([{...}, {...}, {...}, ...])? I found that arrow2 is able to do so but not arrow-rs.
Additional context
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
arrowChanges to the arrow crateChanges to the arrow cratequestionFurther information is requestedFurther information is requested