gjacoby126 commented on a change in pull request #747: PHOENIX-5807 Index rows 
without empty column should be treated as unv…
URL: https://github.com/apache/phoenix/pull/747#discussion_r399897320
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/index/GlobalIndexChecker.java
 ##########
 @@ -494,8 +476,7 @@ private boolean verifyRowAndRemoveEmptyColumn(List<Cell> 
cellList) throws IOExce
                     return true;
                 }
             }
-            byte[] rowKey = CellUtil.cloneRow(cell);
-            return verifyRow(rowKey);
+            return false;
 
 Review comment:
   nit: comment to point out that empty column wasn't found so we're 
considering it unverified. 

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