Peter Vary created HIVE-26233: --------------------------------- Summary: Problems reading back PARQUET timestamps above 10000 years Key: HIVE-26233 URL: https://issues.apache.org/jira/browse/HIVE-26233 Project: Hive Issue Type: Bug Reporter: Peter Vary Assignee: Peter Vary
Timestamp values above year 10000 are not supported, but during the migration from Hive2 to Hive3 some might appear because of TZ issues. We should be able to at least read these tables before rewriting the data. For this we need to change the Timestamp.PRINT_FORMATTER, so no {{+}} sign is appended to the timestamp if the year exceeds 4 digits. -- This message was sent by Atlassian Jira (v8.20.7#820007)