Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/12618 )
Change subject: tools: make it easier to scan full rows with 'kudu table scan' ...................................................................... Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/12618/1/src/kudu/tools/table_scanner.cc File src/kudu/tools/table_scanner.cc: http://gerrit.cloudera.org:8080/#/c/12618/1/src/kudu/tools/table_scanner.cc@344 PS1, Line 344: bool project_all = FLAGS_columns == "*" || > If we ever ran into the case where someone hit this, we could add some supp btw we're already sort of relying on the user not having a literal ',' in their column names, so I dunno that '*' is any worse :) -- 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: comment Gerrit-Change-Id: I89f017baeb0153992ffa0a40b4996a5eb50330f6 Gerrit-Change-Number: 12618 Gerrit-PatchSet: 1 Gerrit-Owner: Todd Lipcon <[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]> Gerrit-Comment-Date: Wed, 27 Feb 2019 23:01:12 +0000 Gerrit-HasComments: Yes
