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

Parquet with type struct #11

Open
benjdv opened this issue Sep 23, 2019 · 3 comments
Open

Parquet with type struct #11

benjdv opened this issue Sep 23, 2019 · 3 comments

Comments

@benjdv
Copy link

benjdv commented Sep 23, 2019

As announced in documentation (https://github.com/adjust/parquet_fdw) It will be useful to supports the column type: STRUCT.
The STRUCT parquet column type may be converted into TEXT or JSON in SQL.

@zilder
Copy link
Contributor

zilder commented Sep 25, 2019

Hi,

that was our intention in the first place, we also had some nested structures. But unfortunately libparquet (which we use to read parquet files) does not fully support them. Particularly it doesn't support lists of structs (see this issue), but it should work fine with simpler structs without repetition. I think it makes sense to at least support those is parquet_fdw. I'll see what I can do.

@jarofromel
Copy link

Hi,
any update on this feature, please? The underlying issue has been solved.
I know, it is the feature, so I'll be happy also with the answer " we don't have a plan for this in foreseeable future" --> I would know I need to find the workaround.
Thanks a lot.

@andyndang
Copy link

Looks like libparquet now supports STRUCT based on the latest update from the issue

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

No branches or pull requests

4 participants