Hello Jordan Birdsell,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/5409
to review the following change.
Change subject: python: fix py2.6 incompatibility in unixtime_micros support
......................................................................
python: fix py2.6 incompatibility in unixtime_micros support
Python 2.6 doesn't have the timedelta.total_seconds() function that's
used when converting time objects to unixtime_micros. This replaces the
function with a simple calculation as recommended by the docs.
Change-Id: Ib56e586e19e549b123b43b301d73742616bb7b0e
---
M python/kudu/util.py
1 file changed, 5 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/09/5409/1
--
To view, visit http://gerrit.cloudera.org:8080/5409
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib56e586e19e549b123b43b301d73742616bb7b0e
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Jordan Birdsell <[email protected]>