Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19438
Change subject: [scripts] support uint64_t values for hybrid timestamps ...................................................................... [scripts] support uint64_t values for hybrid timestamps This patch updates the convert-hybrid-timestamp.py script to support hybrid timestamp values that are beyond 2^63. Before this patch: echo 12039974332919063140 | python convert-hybrid-timestamp.py 1979-04-25 19:18:05.862281 L=33380 After this patch: $ echo 12039974332919063140 | python convert-hybrid-timestamp.py 2063-02-23 01:00:58.622818 L=612 Change-Id: I89cf685f765cb2f77c50d4224aacbf416bb9af9a --- M src/kudu/scripts/convert-hybrid-timestamp.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/38/19438/1 -- To view, visit http://gerrit.cloudera.org:8080/19438 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I89cf685f765cb2f77c50d4224aacbf416bb9af9a Gerrit-Change-Number: 19438 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
