Alexey Serbin has submitted this change and it was merged. ( 
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
Reviewed-on: http://gerrit.cloudera.org:8080/19438
Tested-by: Alexey Serbin <[email protected]>
Reviewed-by: Yifan Zhang <[email protected]>
---
M src/kudu/scripts/convert-hybrid-timestamp.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Alexey Serbin: Verified
  Yifan Zhang: Looks good to me, approved

--
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: merged
Gerrit-Change-Id: I89cf685f765cb2f77c50d4224aacbf416bb9af9a
Gerrit-Change-Number: 19438
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yifan Zhang <[email protected]>

Reply via email to