David Ribeiro Alves has posted comments on this change. Change subject: KUDU-1593 - [python] Allow to set the number of replicas per tablet at table creation time ......................................................................
Patch Set 3: (1 comment) http://gerrit.cloudera.org:8080/#/c/4315/2/python/kudu/tests/test_client.py File python/kudu/tests/test_client.py: Line 111: self.client.delete_table(name) > In case the assertion fails, this makes sure we still delete the table. I'm not a python expert, but isn't a finally block always executed? even if the assertion passes this would still be executed right? or is this some python idiom that I'm ignorant about? -- To view, visit http://gerrit.cloudera.org:8080/4315 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9dcac887029ef22e850ea8be72e71b684e6bee05 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <jordantbirds...@gmail.com> Gerrit-Reviewer: David Ribeiro Alves <dral...@apache.org> Gerrit-Reviewer: Jordan Birdsell <jordantbirds...@gmail.com> Gerrit-Reviewer: Kudu Jenkins Gerrit-HasComments: Yes