Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/11253 )
Change subject: IMPALA-7457. statestore: allow filtering by key prefix ...................................................................... Patch Set 2: (2 comments) http://gerrit.cloudera.org:8080/#/c/11253/2/be/src/catalog/catalog-server.cc File be/src/catalog/catalog-server.cc: http://gerrit.cloudera.org:8080/#/c/11253/2/be/src/catalog/catalog-server.cc@211 PS2, Line 211: string filter_prefix = "!"; > doesn't seem to be used. aha, woops... got lost in a conflict resolution I think. thanks. http://gerrit.cloudera.org:8080/#/c/11253/2/be/src/statestore/statestore-subscriber.cc File be/src/statestore/statestore-subscriber.cc: http://gerrit.cloudera.org:8080/#/c/11253/2/be/src/statestore/statestore-subscriber.cc@46 PS2, Line 46: using std::string; > This should be pulled in automatically by common/names.h hrm, isn't that against the style guide, though? you aren't supposed to have 'using' in header files -- To view, visit http://gerrit.cloudera.org:8080/11253 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I6ddcf3bfaf16bc3cd1ba01100e948ff142a67620 Gerrit-Change-Number: 11253 Gerrit-PatchSet: 2 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Vuk Ercegovac <[email protected]> Gerrit-Comment-Date: Tue, 21 Aug 2018 01:44:58 +0000 Gerrit-HasComments: Yes
