Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10837 )
Change subject: KUDU-2471: Fix ColumnSchema.equals NPE with non-Decimal columns ...................................................................... KUDU-2471: Fix ColumnSchema.equals NPE with non-Decimal columns Fixes a potential NPE on non-decimal columns and adds tests to prevent the issue in the future. Change-Id: Ica7afcbbbd9197e6ffd34761a5298f29e7306dd6 Reviewed-on: http://gerrit.cloudera.org:8080/10826 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert <[email protected]> (cherry picked from commit 81828ba64f6348da2a4aec3fab3e7833f7ad01f0) Reviewed-on: http://gerrit.cloudera.org:8080/10837 Tested-by: Grant Henke <[email protected]> --- M java/kudu-client/src/main/java/org/apache/kudu/ColumnSchema.java M java/kudu-client/src/test/java/org/apache/kudu/TestColumnSchema.java 2 files changed, 50 insertions(+), 22 deletions(-) Approvals: Grant Henke: Verified Dan Burkert: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/10837 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.7.x Gerrit-MessageType: merged Gerrit-Change-Id: Ica7afcbbbd9197e6ffd34761a5298f29e7306dd6 Gerrit-Change-Number: 10837 Gerrit-PatchSet: 2 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins
