Todd Lipcon has submitted this change and it was merged. Change subject: KUDU-1851 - [python] TableAlterer direct instantiation causes SIGSEGV ......................................................................
KUDU-1851 - [python] TableAlterer direct instantiation causes SIGSEGV The python client is currently crashing when a TableAlterer is directly instantiated as opposed to instantiating via the new_table_alterer method in the Client class. This patch addresses this issue and includes a new unit test. Change-Id: I074737c8f6992a7cd21f72f711337e915ffe2e82 Reviewed-on: http://gerrit.cloudera.org:8080/5822 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Todd Lipcon <[email protected]> --- M python/kudu/client.pyx M python/kudu/tests/test_client.py 2 files changed, 24 insertions(+), 5 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/5822 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I074737c8f6992a7cd21f72f711337e915ffe2e82 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
