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

Support explicit arrow schema in CSV and JSON imports #119

Closed
ankoh opened this issue Jul 5, 2021 · 2 comments
Closed

Support explicit arrow schema in CSV and JSON imports #119

ankoh opened this issue Jul 5, 2021 · 2 comments
Assignees
Labels
library @duckdb/duckdb-wasm

Comments

@ankoh
Copy link
Member

ankoh commented Jul 5, 2021

importCSVFromPath and importJSONFromPath should support user-provided arrow schema types.
Right now, we always infer the schema every time which can be particularly costly for column-major json input.

@ankoh ankoh added the library @duckdb/duckdb-wasm label Jul 5, 2021
@domoritz domoritz added this to the 1.0 milestone Jul 6, 2021
@ankoh ankoh self-assigned this Sep 29, 2021
@ankoh
Copy link
Member Author

ankoh commented Sep 30, 2021

CSV schema added in 58b5b3c

@ankoh
Copy link
Member Author

ankoh commented Oct 1, 2021

JSON schema added in f5e9950

@ankoh ankoh closed this as completed Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
library @duckdb/duckdb-wasm
Projects
None yet
Development

No branches or pull requests

2 participants