Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15075 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/15075 Tested-by: Kudu Jenkins Reviewed-by: Andrew Wong <[email protected]> Reviewed-by: Bankim Bhavsar <[email protected]> --- 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(-) Approvals: Kudu Jenkins: Verified Andrew Wong: Looks good to me, approved Bankim Bhavsar: Looks good to me, but someone else must approve -- 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: merged Gerrit-Change-Id: I0eb17a5b0435e8e78a31124c8d9f3756583cd05a Gerrit-Change-Number: 15075 Gerrit-PatchSet: 3 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: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
