Adar Dembo has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13521 )

Change subject: [c++] Support table rename between scan token creation and 
rehydration
......................................................................


Patch Set 3:

(5 comments)

http://gerrit.cloudera.org:8080/#/c/13521/3/src/kudu/client/client-internal.h
File src/kudu/client/client-internal.h:

http://gerrit.cloudera.org:8080/#/c/13521/3/src/kudu/client/client-internal.h@142
PS3, Line 142:   // Open the table identifier by 'table_id_or_name'. 
'table_id_or_name' should
             :   // contain a table id or name as 'identifier_type' is ID or 
NAME, respectively.
Update this.


http://gerrit.cloudera.org:8080/#/c/13521/3/src/kudu/client/client-internal.h@148
PS3, Line 148:   // Retrieve table information about the table identified by 
'table_id_or_name'.
             :   // 'table_id_or_name' should contain a table id or name as 
'identifier_type'
             :   // is ID or NAME, respectively.
Update this.


http://gerrit.cloudera.org:8080/#/c/13521/3/src/kudu/client/client-internal.h@156
PS3, Line 156:                         std::string* table_id,
             :                         std::string* table_name,
You could also make the contract such that 'table' is both IN and OUT, and 
GetTableSchema will update table's values to reflect both the ID and name.

Not sure if it's much clearer though.


http://gerrit.cloudera.org:8080/#/c/13521/3/src/kudu/client/client-internal.cc
File src/kudu/client/client-internal.cc:

http://gerrit.cloudera.org:8080/#/c/13521/3/src/kudu/client/client-internal.cc@457
PS3, Line 457:                                    TableIdentifierPB 
table_identifier,
> warning: the parameter 'table_identifier' is copied for each invocation but
Agreed with clang-tidy here (and below).


http://gerrit.cloudera.org:8080/#/c/13521/3/src/kudu/client/scan_token-internal.cc
File src/kudu/client/scan_token-internal.cc:

http://gerrit.cloudera.org:8080/#/c/13521/3/src/kudu/client/scan_token-internal.cc@48
PS3, Line 48: #include "kudu/master/master.pb.h"
> warning: #includes are not sorted properly [llvm-include-order]
And this too.



--
To view, visit http://gerrit.cloudera.org:8080/13521
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib4d48513dff67012f26a99877b168d777d3049fd
Gerrit-Change-Number: 13521
Gerrit-PatchSet: 3
Gerrit-Owner: Will Berkeley <wdberke...@gmail.com>
Gerrit-Reviewer: Adar Dembo <a...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Mike Percy <mpe...@apache.org>
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Will Berkeley <wdberke...@gmail.com>
Gerrit-Comment-Date: Fri, 07 Jun 2019 21:03:11 +0000
Gerrit-HasComments: Yes

Reply via email to