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 writer doesn't support Avro LogicalTypes #262

Open
maver1ck opened this issue Dec 12, 2017 · 1 comment
Open

Parquet writer doesn't support Avro LogicalTypes #262

maver1ck opened this issue Dec 12, 2017 · 1 comment

Comments

@maver1ck
Copy link

Hi,
I have following issue.
I have record where one of fields has time-millis logicalType.
When saving to Avro format, column in resulting table has TIMESTAMP type.
Unfortunately when saving to Parquet format both in parquet files and hive table I'm getting bigint type.

@Igosuki
Copy link

Igosuki commented Mar 2, 2018

I have a patch for that on parquet, but then you'd need to use the specific datum reader and patch connect so that it automatically (or with configuration on transformers) maps to the relevant column types.

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

2 participants