Yifan Zhang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16571
Change subject: KUDU-3198: fix encodeRow() when encoding delete operations ...................................................................... KUDU-3198: fix encodeRow() when encoding delete operations Before this patch, not all non-key columns are cleared when encoding delete row operations. If users delele with full row from a 64 column table, the operation would fail. Change-Id: I144e1998b99be3e660b7f320c55e4b1c9753a61f --- M java/kudu-client/src/main/java/org/apache/kudu/client/Operation.java M java/kudu-client/src/test/java/org/apache/kudu/client/TestKuduSession.java 2 files changed, 50 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/71/16571/1 -- To view, visit http://gerrit.cloudera.org:8080/16571 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I144e1998b99be3e660b7f320c55e4b1c9753a61f Gerrit-Change-Number: 16571 Gerrit-PatchSet: 1 Gerrit-Owner: Yifan Zhang <[email protected]>
