-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Hive has been writing timestamp (without time zone) data incorrectly by converting a timestamp with no time zone to UTC. There is no way to know that Hive definitely wrote the files, so it is difficult to add a recovery mechanism in the object model. Adding a tag for the object model to the "created by" metadata will allow us to detect situations like this in the future.
Reporter: Ryan Blue / @rdblue
Assignee: Ryan Blue / @rdblue
Related issues:
- Release Parquet-mr 1.9.0 (blocks)
- Add metadata field describing the application that wrote the file (is duplicated by)
PRs and other links:
Note: This issue was originally created as PARQUET-352. Please see the migration documentation for further details.