Jordan Birdsell 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]> (cherry picked from commit 2882f0f3e255ed28769aa444f4d999ff796ebd7d) Reviewed-on: http://gerrit.cloudera.org:8080/6203 Tested-by: Kudu Jenkins Reviewed-by: Jordan Birdsell <[email protected]> --- M python/kudu/client.pyx M python/kudu/tests/test_client.py 2 files changed, 24 insertions(+), 5 deletions(-) Approvals: Jordan Birdsell: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/6203 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I074737c8f6992a7cd21f72f711337e915ffe2e82 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: branch-1.2.x Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Jordan Birdsell <[email protected]> Gerrit-Reviewer: Kudu Jenkins
