Hello Alexey Serbin, Kudu Jenkins, Andrew Wong, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/15075
to look at the new patch set (#2).
Change subject: [python] Use positional formatting in Python scripts
......................................................................
[python] Use positional formatting in Python scripts
get-job-stats-from-mysql.py is not compatible with Python 2.6.x
beause it uses the format function without the positions included.
I also updated other calls to format without explicit positions.
Change-Id: I0eb17a5b0435e8e78a31124c8d9f3756583cd05a
---
M build-support/iwyu/iwyu_tool.py
M src/kudu/experiments/merge-test.py
M src/kudu/scripts/get-job-stats-from-mysql.py
M src/kudu/scripts/graph-metrics.py
M src/kudu/scripts/max_skew_estimate.py
5 files changed, 8 insertions(+), 8 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/75/15075/2
--
To view, visit http://gerrit.cloudera.org:8080/15075
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0eb17a5b0435e8e78a31124c8d9f3756583cd05a
Gerrit-Change-Number: 15075
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)