Hello Yingchun Lai,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/12618
to review the following change.
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_value 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
---
M src/kudu/tools/table_scanner.cc
1 file changed, 6 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/18/12618/1
--
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: newchange
Gerrit-Change-Id: I89f017baeb0153992ffa0a40b4996a5eb50330f6
Gerrit-Change-Number: 12618
Gerrit-PatchSet: 1
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Yingchun Lai <[email protected]>