gjacoby126 commented on a change in pull request #701: PHOENIX-5709 Simplify 
index update generation code for consistent glo…
URL: https://github.com/apache/phoenix/pull/701#discussion_r377380937
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRegionScanner.java
 ##########
 @@ -963,12 +950,17 @@ private void verifyAndOrRebuildIndex() throws 
IOException {
 
     @Override
     public boolean next(List<Cell> results) throws IOException {
+        if (indexRowKey != null && singleRowRebuildReturnCode == 0) {
 
 Review comment:
   shouldn't the comparison of singleRowRebuildReturnCode use the enum for 
NO_DATA_ROW?

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