You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2020/03/12 18:46:57 UTC

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…
URL: https://github.com/apache/phoenix/pull/725#discussion_r391771763
 
 

 ##########
 File path: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRegionScanner.java
 ##########
 @@ -359,23 +138,24 @@ public void add(VerificationResult verificationResult) {
     private Table resultHTable = null;
     private IndexTool.IndexVerifyType verifyType = IndexTool.IndexVerifyType.NONE;
     private boolean verify = false;
-    private Map<byte[], List<Mutation>> indexKeyToMutationMap;
+    private  Map<byte[], List<Mutation>> indexKeyToMutationMap;
 
 Review comment:
   tiny nit: unnecessary extra space

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services