Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add native JSON load with arrow::json / RapidJSON #2370

Closed
wants to merge 1 commit into from
Closed

Conversation

timkpaine
Copy link
Member

This PR adds support for loading/updating JSON strings directly. It uses the arrow JSON loader (similar to the current CSV loading). The native arrow JSON loading only supports JSONL/NDJSON format, so this also adds a small code block to convert a JSON array ([{ ...}, {...}]) into a JSONL ({...}\n{...}\n).

scaffold json methods

scaffold on the arrow json loader

Add benchmark support, add python tests, add JSON array -> JSONL converter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant