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 parquet, ndjson drivers, change registration mechanisms #87

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

nicholasjng
Copy link
Collaborator

Adds a parquet file driver implemented on top of pyarrow.

Adds a ndjson (newline-delimited JSON) driver that was previously part of the json driver, simplifying the latter and causing written files to have the "ndjson" extension.

@nicholasjng nicholasjng self-assigned this Feb 25, 2024
Adds a parquet file driver implemented on top of pyarrow.

Adds a ndjson (newline-delimited JSON) driver that was previously part
of the json driver, simplifying the latter and causing written files to
have the "ndjson" extension.

Removes the newline-delimited branch from the JSON driver implementation.
@nicholasjng nicholasjng merged commit 2440701 into main Feb 25, 2024
5 checks passed
@nicholasjng nicholasjng deleted the add-parquet-writer branch February 25, 2024 19:13
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