swaroopak commented on a change in pull request #750: PHOENIX-5799 - Inline
Index Verification Output API
URL: https://github.com/apache/phoenix/pull/750#discussion_r401950870
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRegionScanner.java
##########
@@ -154,6 +143,8 @@
private int singleRowRebuildReturnCode;
private Map<byte[], NavigableSet<byte[]>> familyMap;
private byte[][] viewConstants;
+ private IndexVerificationResultRepository verificationResultRepository;
Review comment:
How these two repositories differ from each other? Could the names be more
explicit?
----------------------------------------------------------------
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