Created on
01-02-2020
06:20 PM
- last edited on
01-02-2020
07:09 PM
by
ask_bill_brooks
As i known, hive read timestamp as parquet INT96, but nifi 1.10 write parquet timestamp column as INT64, how to read the INT64 timestamp from parquet hive table?
cloudera 6.3.2 hive 2.1.1 nifi 1.10
Created on 10-15-2020 07:23 AM - edited 10-15-2020 07:25 AM
Hi, @zhxj, do you found some way to treat this issue? I have the same issue to convert timestamp data to Parquet. I try this in the schema, but do not work.
{ "name": "dat_timestamp", "type": { "type":"int64", "logicalType":"timestamp-millis", "isAdjustedToUTC" : "false"} },
Thanks,