Adar Dembo has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12618 )
Change subject: tools: make it easier to scan full rows with 'kudu table scan' ...................................................................... tools: make it easier to scan full rows with 'kudu table scan' This changes the 'table scan' tool so that if --show_values is passed, or if '--columns=*' is specified, the entire row is projected. Previously, the user would have to manually list out all columns of the table, which is somewhat tedious. Change-Id: I89f017baeb0153992ffa0a40b4996a5eb50330f6 Reviewed-on: http://gerrit.cloudera.org:8080/12618 Tested-by: Kudu Jenkins Reviewed-by: Yingchun Lai <[email protected]> Reviewed-by: Grant Henke <[email protected]> --- M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/table_scanner.cc 2 files changed, 19 insertions(+), 4 deletions(-) Approvals: Kudu Jenkins: Verified Yingchun Lai: Looks good to me, but someone else must approve Grant Henke: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/12618 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I89f017baeb0153992ffa0a40b4996a5eb50330f6 Gerrit-Change-Number: 12618 Gerrit-PatchSet: 4 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]>
