-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/603/
-----------------------------------------------------------
Review request for hive.
Summary
-------
This changes the grantTimestamp that gets outputted in a SHOW GRANT from a Unix
timestamp to a human-readable date.
This addresses bug HIVE-2070.
https://issues.apache.org/jira/browse/HIVE-2070
Diffs
-----
ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java 9d8919c
Diff: https://reviews.apache.org/r/603/diff
Testing
-------
Manual. The field is normally not excluded from diffs, because it will vary
from test run to test run, so it didn't seem prudent to try to write an
automated test for this.
Thanks,
Jonathan