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

Doesn't support object fields in Parquet #273

Open
mboyanna opened this issue Jun 22, 2024 · 2 comments · May be fixed by #283
Open

Doesn't support object fields in Parquet #273

mboyanna opened this issue Jun 22, 2024 · 2 comments · May be fixed by #283

Comments

@mboyanna
Copy link

When parquet contains fields that are structs (objects) with just a few values, or even a collection like a list or set underneath, it the browser should be able to show it.

@riordan
Copy link

riordan commented Aug 28, 2024

I would love to see something like this, supporting nested and hierarchical data structures in Parquet, but also lists and JSON in CSV and other plaintext formats.

This is something that DuckDB should help make possible. Even if it requires the user to opt-in to this for each column you're doing this on, it would be a huge help for those of us dealing with folks throwing JSON into CSVs.

@galtenberg
Copy link

Until that PR is merged, downgrade to v0.12

https://github.com/antonycourtney/tad/releases/tag/v0.12.0

v0.12:
Tad v0 12

v0.14:
Tad v0 14

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 a pull request may close this issue.

3 participants