Taras Bobrovytsky has posted comments on this change.
Change subject: Clean up Python test import statements
......................................................................
Patch Set 3:
I used pyflakes for this. Then I ran the following command in
$IMPALA_HOME/tests: find . -name "*.py" -exec pyflakes {} \;
It printed out all unused variables and imports.
--
To view, visit http://gerrit.cloudera.org:8080/3444
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I6a33bb66552ae657d1725f765842f648faeb26a8
Gerrit-PatchSet: 3
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Taras Bobrovytsky <[email protected]>
Gerrit-Reviewer: Michael Brown <[email protected]>
Gerrit-Reviewer: Taras Bobrovytsky <[email protected]>
Gerrit-Reviewer: Tim Armstrong <[email protected]>
Gerrit-HasComments: No