priyankporwal commented on a change in pull request #672: PHOENIX-5658 
IndexTool to verify index rows inline
URL: https://github.com/apache/phoenix/pull/672#discussion_r363870335
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java
 ##########
 @@ -145,6 +146,9 @@
     private static final Option DIRECT_API_OPTION = new Option("direct", 
"direct", false,
             "This parameter is deprecated. Direct mode will be used whether it 
is set or not. Keeping it for backwards compatibility.");
 
+    private static final Option VERIFY_OPTION = new Option("v", "verify", 
false,
+            "To verify every index row is rebuilt correctly. It is supported 
with the direct option");
 
 Review comment:
   "direct" is deprecated (as in a default). May not be worth mentioning it 
here.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to