Alexey Serbin has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/18672 )

Change subject: KUDU-2671 introduce PartitionPruner::PrepareRangeSet()
......................................................................


Patch Set 5:

(3 comments)

http://gerrit.cloudera.org:8080/#/c/18672/3/src/kudu/common/partition_pruner.cc
File src/kudu/common/partition_pruner.cc:

http://gerrit.cloudera.org:8080/#/c/18672/3/src/kudu/common/partition_pruner.cc@416
PS3, Line 416: (!scan_upper_bound.empty() && scan_upper_bound <= 
cur_range.upper) ||
             :           cur_range.upper.empty()) {
             :         result.emplace_back(PartitionSchema::RangeWithHashSchema{
             :             cur_po
> To be consistent with the other comments, would prefer if this visual was i
Done


http://gerrit.cloudera.org:8080/#/c/18672/5/src/kudu/common/partition_pruner.cc
File src/kudu/common/partition_pruner.cc:

http://gerrit.cloudera.org:8080/#/c/18672/5/src/kudu/common/partition_pruner.cc@403
PS5, Line 403: withing
> nit: within*
Done


http://gerrit.cloudera.org:8080/#/c/18672/5/src/kudu/common/partition_pruner.cc@414
PS5, Line 414: iterator points to the upper bound of the current range
             :       // or to the upper bound of the scan.
> I think once the controls enters this section of the code, the iterator poi
Whoops, sorry for the confusion.  It seems I tried to add more details and 
messed it up, and Mahesh rightly pointed to the inconsistency.

I returned back the visual representation and cut off the unneeded details.



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

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I7f1903a444d47d30bbd7e119977cbb87bf1aa458
Gerrit-Change-Number: 18672
Gerrit-PatchSet: 5
Gerrit-Owner: Alexey Serbin <[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-Comment-Date: Tue, 28 Jun 2022 06:24:19 +0000
Gerrit-HasComments: Yes

Reply via email to