Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18733 )
Change subject: KUDU-3306: fix PartitionSchema::DecodeRangeKey ...................................................................... KUDU-3306: fix PartitionSchema::DecodeRangeKey Prior to this patch, we didn't copy BINARY values into KuduPartialRow in PartitionSchema::DecodeRangeKey, which lead to issues while copying tables with string, binary and varchar columns in their range key. Change-Id: I5abf7ff9713ee391199c47710ccd81db8b97653e Reviewed-on: http://gerrit.cloudera.org:8080/18733 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/common/partition.cc M src/kudu/tools/kudu-tool-test.cc 2 files changed, 50 insertions(+), 2 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/18733 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I5abf7ff9713ee391199c47710ccd81db8b97653e Gerrit-Change-Number: 18733 Gerrit-PatchSet: 7 Gerrit-Owner: Yifan Zhang <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mahesh Reddy <[email protected]> Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Yifan Zhang <[email protected]>
