You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: