kadirozde commented on a change in pull request #801:
URL: https://github.com/apache/phoenix/pull/801#discussion_r446491937
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRegionScanner.java
##########
@@ -1223,7 +1254,7 @@ public int prepareIndexMutations(Put put, Delete del,
Map<byte[], List<Mutation>
Set<byte[]> mostRecentIndexRowKeys)
throws IOException {
List<Mutation> indexMutations =
prepareIndexMutationsForRebuild(indexMaintainer, put, del);
boolean mostRecentDone = false;
- // Do not populate mostRecentIndexRowKeys when verifyType !=
IndexTool.IndexVerifyType.ONLY
+ // Do not populate mostRecentIndexRowKeys when verifyType is NONE or
AFTER
Review comment:
Thanks for correcting the comment
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]