Jimmy Xiang created HIVE-9772: --------------------------------- Summary: Hive parquet timestamp conversion doesn't work with new Parquet Key: HIVE-9772 URL: https://issues.apache.org/jira/browse/HIVE-9772 Project: Hive Issue Type: Bug Reporter: Jimmy Xiang Assignee: Jimmy Xiang
Currently Hive handles parquet timestamp compatibility issue with ParquetInpuSplit#readSupportMetadata. Parquet deprecated read support metadata. We can't pass meta data around with readSupportMetadata any more. We need a new scheme to pass around the timestamp conversion info. -- This message was sent by Atlassian JIRA (v6.3.4#6332)