Andrew Wong has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/15067 )

Change subject: [benchmark] Fix printing in get-job-stats-from-mysql.py
......................................................................


Patch Set 1: Code-Review+2

(1 comment)

http://gerrit.cloudera.org:8080/#/c/15067/1/src/kudu/scripts/get-job-stats-from-mysql.py
File src/kudu/scripts/get-job-stats-from-mysql.py:

http://gerrit.cloudera.org:8080/#/c/15067/1/src/kudu/scripts/get-job-stats-from-mysql.py@a57
PS1, Line 57:
Making sure I understand this:

python2:
print "foo", "bar" --> prints "foo bar"
print("foo", "bar") --> prints ("foo", "bar")

python3:
print "foo", "bar" --> not allowed
print("foo", "bar") --> prints "foo bar"



--
To view, visit http://gerrit.cloudera.org:8080/15067
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I10dfcb87647ea73b9089cd5a7a035665adb50494
Gerrit-Change-Number: 15067
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Comment-Date: Fri, 17 Jan 2020 20:09:33 +0000
Gerrit-HasComments: Yes

Reply via email to