Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Is it possible to read parquet INT64 timestamp on hive 2.1.1?

avatar
New Contributor

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

 

1 REPLY 1

avatar
Contributor

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,