Yingchun Lai has posted comments on this change. ( http://gerrit.cloudera.org:8080/18835 )
Change subject: KUDU-3353 [schema] Add an immutable attribute on column schema (part 2) ...................................................................... Patch Set 9: (1 comment) http://gerrit.cloudera.org:8080/#/c/18835/5/src/kudu/tablet/tablet.cc File src/kudu/tablet/tablet.cc: http://gerrit.cloudera.org:8080/#/c/18835/5/src/kudu/tablet/tablet.cc@855 PS5, Line 855: // Only set upsert->error_ignored flag instead of calling SetErrorIgnored() to avoid setting > Done Emm, should not call upsert->SetErrorIgnored() here, I added comments here: // Only set upsert->error_ignored flag instead of calling SetErrorIgnored() to avoid setting // upsert->result which can be set only once. Then the upsert operation can be continued to // mutate the other cells even if the current cell has been skipped, the upsert->result can be // set normally in the next steps. -- To view, visit http://gerrit.cloudera.org:8080/18835 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Id301e313eedd9cc3a494d6b4f3c14fbabe63b436 Gerrit-Change-Number: 18835 Gerrit-PatchSet: 9 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mahesh Reddy <[email protected]> Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]> Gerrit-Comment-Date: Tue, 30 Aug 2022 15:43:52 +0000 Gerrit-HasComments: Yes
